diff options
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 |