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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -77,8 +74,8 @@ context.setContainerLayout(\'erp5_web_layout\')\n
context.setContentLayout(\'erp5_web_content_layout\')\n
\n
# Set default webmaster to current user\n
user_id = context.portal_membership.getAuthenticatedMember().getUserName()\n
context.setWebmaster(user_id)\n
# user_id = context.portal_membership.getAuthenticatedMember().getUserName()\n
# context.setWebmaster(user_id)\n
</string> </value>
</item>
<item>
......@@ -125,7 +122,6 @@ context.setWebmaster(user_id)\n
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>user_id</string>
</tuple>
</value>
</item>
......
622
\ No newline at end of file
623
\ 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