app/soc/views/models/notification.py
changeset 1991 3aeda3007467
parent 1890 a8a5da24212c
child 2076 1cd180cc56c9
--- a/app/soc/views/models/notification.py	Sun Mar 22 22:15:46 2009 +0000
+++ b/app/soc/views/models/notification.py	Sun Mar 22 22:54:14 2009 +0000
@@ -199,6 +199,8 @@
     context['entity_type_url'] = self._params['url_name']
     context['entity_suffix'] = self._logic.getKeySuffix(entity)
 
+    return True
+
 
 view = View()