diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 14:43:27 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 14:43:27 +0000 |
commit | 16570fbcfcc216492e64e1659b0e3f63b44d94ac (patch) | |
tree | 39113e283ee55181043e56de14bb082c61742c59 /app | |
parent | ca9c62a2d809bb6cdec977a7546849dac9bd1ba4 (diff) | |
download | acf-core-16570fbcfcc216492e64e1659b0e3f63b44d94ac.tar.bz2 acf-core-16570fbcfcc216492e64e1659b0e3f63b44d94ac.tar.xz |
Revert "Added clientdata.skinned option to turn off skins/templates"
This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
Diffstat (limited to 'app')
-rw-r--r-- | app/acf_www-controller.lua | 2 |
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 |