Removed obsolote method call in Program View.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 10:46:39 +0200
changeset 2479 b83c9b1ea0e1
parent 2478 985fd974e095
child 2480 0079e1038740
Removed obsolote method call in Program View.
app/soc/views/models/program.py
--- a/app/soc/views/models/program.py	Thu Jul 02 10:33:58 2009 +0200
+++ b/app/soc/views/models/program.py	Thu Jul 02 10:46:39 2009 +0200
@@ -637,7 +637,6 @@
       if entity.status == 'visible':
         # show the documents for this program, even for not logged in users
         items += document_view.view.getMenusForScope(entity, params)
-        items += survey_view.view.getMenusForScope(entity, params)
         items += self._getTimeDependentEntries(entity, params, id, user)
 
       try: