[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/zopepublication.py
Fixed little buglet.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 1 12:54:02 EST 2005
Log message for revision 29361:
Fixed little buglet.
Changed:
U Zope3/trunk/src/zope/app/publication/zopepublication.py
-=-
Modified: Zope3/trunk/src/zope/app/publication/zopepublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/zopepublication.py 2005-03-01 15:49:14 UTC (rev 29360)
+++ Zope3/trunk/src/zope/app/publication/zopepublication.py 2005-03-01 17:54:02 UTC (rev 29361)
@@ -293,7 +293,7 @@
# Give the exception instance its location and look up the
# view.
exception = LocationProxy(exc_info[1], loc, '')
- name = zapi.getDefaultViewName(exception, request)
+ name = zapi.queryDefaultViewName(exception, request)
if name is not None:
view = zapi.queryMultiAdapter(
(exception, request), name=name)
More information about the Zope3-Checkins
mailing list