diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-26 12:33:36 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-26 12:33:36 -0800 |
commit | 517fd54b6515375b075a5d7253a8b66e53785baa (patch) | |
tree | 56b7b0b6747a6c6d9d897ff38d02676c780bad0f /lib/authorizationplugin.php | |
parent | 8dfc8f1635940b096e7f4025e3aef0ca4f909eb2 (diff) | |
parent | eb724bfdc85d0b50d6f5be60e1e11296ebe11247 (diff) |
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/authorizationplugin.php')
-rw-r--r-- | lib/authorizationplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/authorizationplugin.php b/lib/authorizationplugin.php index 733b0c065..07da9b2d1 100644 --- a/lib/authorizationplugin.php +++ b/lib/authorizationplugin.php @@ -85,7 +85,7 @@ abstract class AuthorizationPlugin extends Plugin } function onStartSetApiUser(&$user) { - return $this->onStartSetUser(&$user); + return $this->onStartSetUser($user); } function onStartHasRole($profile, $name, &$has_role) { |