Commit 3cc26dac authored by Jérome Perrin's avatar Jérome Perrin

take into account portal_url in the cache for module URLs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25653 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7bc67cf8
...@@ -72,7 +72,7 @@ def getModuleItemList(user=None):\n ...@@ -72,7 +72,7 @@ def getModuleItemList(user=None):\n
return item_list\n return item_list\n
\n \n
getModuleItemList = CachingMethod(getModuleItemList, \n getModuleItemList = CachingMethod(getModuleItemList, \n
id=(\'ERP5Site_getModuleItemList\', portal.Localizer.get_selected_language()),\n id=(\'ERP5Site_getModuleItemList\', portal.Localizer.get_selected_language(), portal.portal_url()),\n
cache_factory=\'erp5_ui_short\')\n cache_factory=\'erp5_ui_short\')\n
\n \n
return getModuleItemList(user=user)\n return getModuleItemList(user=user)\n
......
1090 1091
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment