Commit b7120b4a authored by Lucas Carvalho's avatar Lucas Carvalho

Probably, this mistake was caused due to copy and paste.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e5e6b60
......@@ -73,7 +73,7 @@ class UrlMixIn:
return '%s://%s' % (protocol, url_string)
security.declareProtected(Permissions.ModifyPortalContent, 'fromText')
security.declareProtected(Permissions.ModifyPortalContent, 'fromURL')
def fromURL(self, url):
"""
Analyses a URL and splits it into two parts. URLs
......
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