summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgi-bin')
-rwxr-xr-xwww/cgi-bin/mvc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgi-bin/mvc.lua b/www/cgi-bin/mvc.lua
index 9463ae7..2bc52dc 100755
--- a/www/cgi-bin/mvc.lua
+++ b/www/cgi-bin/mvc.lua
@@ -91,7 +91,7 @@ dispatch = function (self, prefix, controller, action)
if prefix == nil then
self.conf.prefix, self.conf.controller, self.conf.action =
- self:parse_path_info(ENV["PATH_INFO"])
+ parse_path_info(ENV["PATH_INFO"])
else
self.conf.prefix = prefix
self.conf.controller = controller or ""