--- a/app/soc/logic/models/group.py Sat Jan 31 12:36:07 2009 +0000
+++ b/app/soc/logic/models/group.py Sat Jan 31 12:59:52 2009 +0000
@@ -92,9 +92,5 @@
return True
- def _onCreate(self, entity):
- """Flushes the sidebar for the current user.
- """
- sidebar.flush()
logic = Logic()