Log message for revision 69916:
  Acquisition disaster part II.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml 2006-09-01 
13:20:03 UTC (rev 69915)
+++ Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml 2006-09-01 
13:23:57 UTC (rev 69916)
@@ -61,7 +61,7 @@
 
 <form action="&dtml-URL1;/" name="objectItems" method="post">
 <dtml-if objectItems>
-  <dtml-let hasOrderSupport="_.hasattr(this().aq_self, 'has_order_support')">
+  <dtml-let hasOrderSupport="_.getattr(this().aq_explicit, 
'has_order_support', 0)">
   <dtml-unless skey>
     <dtml-if hasOrderSupport>
       <dtml-call expr="REQUEST.set('skey', getDefaultSorting()[0])">

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to