summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 14:43:27 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 14:43:27 +0000
commit16570fbcfcc216492e64e1659b0e3f63b44d94ac (patch)
tree39113e283ee55181043e56de14bb082c61742c59 /app
parentca9c62a2d809bb6cdec977a7546849dac9bd1ba4 (diff)
downloadacf-core-16570fbcfcc216492e64e1659b0e3f63b44d94ac.tar.bz2
acf-core-16570fbcfcc216492e64e1659b0e3f63b44d94ac.tar.xz
Revert "Added clientdata.skinned option to turn off skins/templates"
Diffstat (limited to 'app')
-rw-r--r--app/acf_www-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua
index 5735efb..d39ee31 100644
--- a/app/acf_www-controller.lua
+++ b/app/acf_www-controller.lua
@@ -178,7 +178,7 @@ view_resolver = function(self)
-- search for template
local template
- if self.conf.component ~= true and self.clientdata.skinned ~= "false" then
+ if self.conf.component ~= true then
template = find_template ( self.conf.appdir, self.conf.prefix,
self.conf.controller, self.conf.action, self.conf.viewtype )
end