webmcp

diff framework/env/request/default_router.lua @ 236:4ab91adeab6f

Added local variable declarations in request/default_router.lua
author jbe
date Sat Feb 28 23:37:27 2015 +0100 (2015-02-28)
parents 25a20bd1f416
children db79324a13fe
line diff
     1.1 --- a/framework/env/request/default_router.lua	Sat Feb 28 23:35:54 2015 +0100
     1.2 +++ b/framework/env/request/default_router.lua	Sat Feb 28 23:37:27 2015 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4    if not path then
     1.5      return nil
     1.6    end
     1.7 +  local module, action, view, id, suffix
     1.8    if path == "" then
     1.9      return {module = "index", view = "index"}
    1.10    end

Impressum / About Us