Commit 4cb037b1 authored by Jim Fulton's avatar Jim Fulton

Fixed comment.

parent 20c4e25c
......@@ -84,7 +84,7 @@
##############################################################################
"""Version object"""
__version__='$Revision: 1.44 $'[11:-2]
__version__='$Revision: 1.45 $'[11:-2]
import Globals, time
from AccessControl.Role import RoleManager
......@@ -257,7 +257,7 @@ class Version(Persistent,Implicit,RoleManager,Item):
def manage_afterAdd(self, item, container):
if not self.cookie:
# Site-relative, quoted
# Physical path
self.cookie=join(self.getPhysicalPath(),'/')
def manage_beforeDelete(self, item, container):
......
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