summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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 4fe2954..da80184 100755
--- a/www/cgi-bin/mvc.lua
+++ b/www/cgi-bin/mvc.lua
@@ -93,7 +93,7 @@ new = function (self, modname)
c.worker.mvc.on_load = nil
end
- return c worker_loaded model_loaded
+ return c, worker_loaded, model_loaded
end
-- This is a sample front controller/dispatch.