commit/galaxy-central: carlfeberhard: Fix to 3abf1c3: pass app to super
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e7e6758d12d7/ Changeset: e7e6758d12d7 User: carlfeberhard Date: 2015-02-05 22:36:26+00:00 Summary: Fix to 3abf1c3: pass app to super Affected #: 1 file diff -r 3abf1c30e4730fb84c8a3ab764661e19071a8e45 -r e7e6758d12d7835c843bf978061cf410e1cc778f lib/galaxy/managers/users.py --- a/lib/galaxy/managers/users.py +++ b/lib/galaxy/managers/users.py @@ -206,7 +206,7 @@ """ Convert a User and associated data to a dictionary representation. """ - super( UserSerializer, self ).__init__() + super( UserSerializer, self ).__init__( app ) self.user_manager = UserManager( app ) self.default_view = 'summary' Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org