webmcp
diff framework/env/encode/action_file_path.lua @ 209:2cb27106aa73
Removed functions request.get_config, request.get_app_basepath, request.get_app_name
| author | jbe |
|---|---|
| date | Sat Jan 10 00:19:38 2015 +0100 (2015-01-10) |
| parents | 9fdfb27f8e67 |
| children | 2b5bdf9028fb |
line diff
1.1 --- a/framework/env/encode/action_file_path.lua Sat Jan 10 00:11:52 2015 +0100 1.2 +++ b/framework/env/encode/action_file_path.lua Sat Jan 10 00:19:38 2015 +0100 1.3 @@ -11,9 +11,9 @@ 1.4 1.5 function encode.action_file_path(args) 1.6 return (encode.file_path( 1.7 - request.get_app_basepath(), 1.8 + WEBMCP_BASE_PATH, 1.9 'app', 1.10 - request.get_app_name(), 1.11 + WEBMCP_APP_NAME, 1.12 args.module, 1.13 '_action', 1.14 args.action .. '.lua'