Commit d30eabd3 authored by Chris McDonough's avatar Chris McDonough

Change permission name from "Add Browser ID Manager" to "Add Browser Id Manager".

parent 45ab4554
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# #
############################################################################ ############################################################################
__version__='$Revision: 1.12 $'[11:-2] __version__='$Revision: 1.13 $'[11:-2]
import Globals import Globals
from Persistence import Persistent from Persistence import Persistent
from ZODB import TimeStamp from ZODB import TimeStamp
...@@ -39,7 +39,7 @@ _marker = [] ...@@ -39,7 +39,7 @@ _marker = []
constructBrowserIdManagerForm = Globals.DTMLFile('dtml/addIdManager',globals()) constructBrowserIdManagerForm = Globals.DTMLFile('dtml/addIdManager',globals())
ADD_BROWSER_ID_MANAGER_PERM="Add Browser ID Manager" ADD_BROWSER_ID_MANAGER_PERM="Add Browser Id Manager"
def constructBrowserIdManager( def constructBrowserIdManager(
self, id, title='', idname='_ZopeId', location='cookiethenform', self, id, title='', idname='_ZopeId', location='cookiethenform',
......
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