Commit e32a0a9e authored by Yusei Tahara's avatar Yusei Tahara

Fixed my previous changes. It was possible to occur unauthorized error.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3d0060a
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python:getattr(portal, \'document_module\', None) is None</string> </value> <value> <string>python:getattr(portal.portal_skins, \'erp5_dms\', None) is None</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
259 260
\ 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