Commit 29d7d2c2 authored by Fabien Morin's avatar Fabien Morin

WebSite title cache should not depend on the web section but on the web_site....

WebSite title cache should not depend on the web section but on the web_site. This fix the bug that make the WebSite title different from one section to another in case of modification.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34089 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8fb9c8e9
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>web_section_ram_cache</string> </value>
<value> <string>web_site_ram_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
......
171
\ No newline at end of file
170
\ 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