summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-28 19:16:21 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-28 19:16:21 +0000
commite3204e0b67de28068b777aa999305ecec0bc5e7c (patch)
tree50d290a83f4f54ea80d32b90b9567de84be94337
parent7fef28404c6a17b583a852053d4963aeb533ff55 (diff)
downloadacf-core-e3204e0b67de28068b777aa999305ecec0bc5e7c.tar.bz2
acf-core-e3204e0b67de28068b777aa999305ecec0bc5e7c.tar.xz
Add wwwdir to page_info table
-rwxr-xr-xlua/mvc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mvc.lua b/lua/mvc.lua
index b698bd5..31846ab 100755
--- a/lua/mvc.lua
+++ b/lua/mvc.lua
@@ -375,6 +375,7 @@ mymodule.view_resolver = function(self)
action = self.conf.action,
prefix = self.conf.prefix,
script = self.conf.script,
+ wwwdir = self.conf.wwwdir,
wwwprefix = self.conf.wwwprefix or "",
staticdir = self.conf.staticdir or "",
orig_action = self.conf.orig_action or self.conf.prefix .. self.conf.controller .. "/" .. self.conf.action,