app/soc/views/models/organization.py
changeset 1600 0aa3de1b2acc
parent 1599 b56976cac36b
child 1605 df05cd289b2f
--- a/app/soc/views/models/organization.py	Tue Mar 03 03:37:16 2009 +0000
+++ b/app/soc/views/models/organization.py	Tue Mar 03 19:27:55 2009 +0000
@@ -204,7 +204,7 @@
     """See base.View.list.
     """
 
-    account = users.get_current_user()
+    account = accounts.getCurrentAccount()
     user = user_logic.logic.getForAccount(account) if account else None
 
     try: