[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication - ZopePublication.py:1.1.2.15
   
    Chris McDonough
     
    chrism@zope.com
       
    Fri, 30 Nov 2001 16:00:07 -0500
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication
In directory cvs.zope.org:/tmp/cvs-serv9017
Modified Files:
      Tag: Zope-3x-branch
	ZopePublication.py 
Log Message:
Return extra steps passed in within getBrowserDefault if possible, as well as testing same in unit tests.
=== Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py 1.1.2.14 => 1.1.2.15 ===
             # getting it here - chrism
             d['name'] = ''
-            return (wrapped, None)
+            return (wrapped, r[1])
+