diff options
author | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
---|---|---|
committer | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
commit | 560d36aa534a458eee1663e56bf600286c802c6d (patch) | |
tree | 3d6ef34d17bf6fd87e9ab7f842a221415e341c9b /silpa/index.py | |
parent | 0bc0f508ebba733e8fe8430cbd4aab9e74fdcb69 (diff) | |
parent | 101ae75439d5e33e20b11243426028956abe93ad (diff) | |
download | Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.gz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.xz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.zip |
Merge branch 'master' of ssh://aashiks@git.sv.nongnu.org/srv/git/smc
Diffstat (limited to 'silpa/index.py')
-rw-r--r-- | silpa/index.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/silpa/index.py b/silpa/index.py index 91798a1..8a44a15 100644 --- a/silpa/index.py +++ b/silpa/index.py @@ -15,6 +15,7 @@ def index(form): response=SilpaResponse() if(action): module_manager=ModuleManager() + action=action.replace(" ","_") module_instance = module_manager.getModuleInstance(action) if(module_instance): response.setBreadcrumb(module_instance.get_module_name()) |