[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog - SiteErrorLog.py:1.14
Yvo Schubbe
schubbe@web.de
Sun, 5 Jan 2003 11:20:00 -0500
Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog
In directory cvs.zope.org:/tmp/cvs-serv26843/lib/python/Products/SiteErrorLog
Modified Files:
SiteErrorLog.py
Log Message:
fixed copy'n'paste buglet
=== Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py 1.13 => 1.14 ===
--- Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py:1.13 Wed Oct 16 17:26:32 2002
+++ Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py Sun Jan 5 11:19:57 2003
@@ -78,7 +78,7 @@
{'label': 'Log', 'action': 'manage_main'},
) + SimpleItem.manage_options
- security.declareProtected(use_error_logging, 'getProperties')
+ security.declareProtected(use_error_logging, 'manage_main')
manage_main = PageTemplateFile('main.pt', _www)
security.declareProtected(use_error_logging, 'showEntry')