[old boxes] fix dumb name error
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Oct 2010 11:05:45 +0200
changeset 6536 fd059ab1a502
parent 6533 f777c84bf7eb
child 6537 308037210dab
[old boxes] fix dumb name error
web/views/boxes.py
--- a/web/views/boxes.py	Sun Oct 17 22:49:06 2010 +0200
+++ b/web/views/boxes.py	Mon Oct 18 11:05:45 2010 +0200
@@ -238,7 +238,7 @@
 
     __regid__ = 'sidebox'
 
-    def call(self, **kwargs):
+    def call(self, title=u'', **kwargs):
         """display a list of entities by calling their <item_vid> view"""
         if 'dispctrl' in self.cw_extra_kwargs:
             # XXX do not modify dispctrl!