Commit b25003dc authored by Romain Courteaud's avatar Romain Courteaud

webmaster property does not exist anymore

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b530aa1
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -77,8 +74,8 @@ context.setContainerLayout(\'erp5_web_layout\')\n ...@@ -77,8 +74,8 @@ context.setContainerLayout(\'erp5_web_layout\')\n
context.setContentLayout(\'erp5_web_content_layout\')\n context.setContentLayout(\'erp5_web_content_layout\')\n
\n \n
# Set default webmaster to current user\n # Set default webmaster to current user\n
user_id = context.portal_membership.getAuthenticatedMember().getUserName()\n # user_id = context.portal_membership.getAuthenticatedMember().getUserName()\n
context.setWebmaster(user_id)\n # context.setWebmaster(user_id)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -125,7 +122,6 @@ context.setWebmaster(user_id)\n ...@@ -125,7 +122,6 @@ context.setWebmaster(user_id)\n
<string>kw</string> <string>kw</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>user_id</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
622 623
\ 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