[Zope-Checkins] CVS: Zope/lib/python/App - Management.py:1.61.6.3
Yvo Schubbe
schubbe at web.de
Sat Oct 18 04:27:30 EDT 2003
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv3273/lib/python/App
Modified Files:
Tag: Zope-2_6-branch
Management.py
Log Message:
cleanup: removed obsolete comment and resynced with other branches
=== Zope/lib/python/App/Management.py 1.61.6.2 => 1.61.6.3 ===
--- Zope/lib/python/App/Management.py:1.61.6.2 Fri Oct 17 12:41:49 2003
+++ Zope/lib/python/App/Management.py Sat Oct 18 04:27:29 2003
@@ -76,9 +76,8 @@
'You are not authorized to view this object.')
if m.find('/'):
- # DM: let absolute URLs work (as generated by
- # "OFS.PropertySheets.PropertySheets.manage_options")
- raise 'Redirect', ( "%s/%s" % (REQUEST['URL1'], m))
+ raise 'Redirect', (
+ "%s/%s" % (REQUEST['URL1'], m))
return getattr(self, m)(self, REQUEST)
More information about the Zope-Checkins
mailing list