web/views/basecontrollers.py
changeset 581 09f87f2c535e
parent 447 0e52d72104a6
child 603 18c6c31bbaf4
--- a/web/views/basecontrollers.py	Wed Feb 11 14:57:24 2009 +0100
+++ b/web/views/basecontrollers.py	Wed Feb 11 15:20:32 2009 +0100
@@ -60,7 +60,6 @@
     
     def publish(self, rset=None):
         """publish a request, returning an encoded string"""
-        self.req.update_search_state()
         template = self.req.property_value('ui.main-template')
         if template not in self.vreg.registry('templates') :
             template = self.template