Commit 15a3d738 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! SelectionTool: Changing storage or memcached settings were not taken...

fixup! SelectionTool: Changing storage or memcached settings were not taken into effect until restart.
parent a6b4a697
......@@ -58,7 +58,7 @@ if cache_plugin_list:\n
if cache_tool is not None:\n
cache_tool.updateCache()\n
\n
selection_tool = document.getPortalObject()\n
selection_tool = document.getPortalObject().portal_selections\n
if selection_tool.getStorage() == document.getRelativeUrl():\n
selection_tool.clearCachedContainer()\n
if selection_tool.getAnonymousStorage() == document.getRelativeUrl():\n
......
41138
\ No newline at end of file
41139
\ 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