]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Blasted missing a $this!
authorCraig Andrews <candrews@integralblue.com>
Wed, 18 Nov 2009 21:12:55 +0000 (16:12 -0500)
committerCraig Andrews <candrews@integralblue.com>
Wed, 18 Nov 2009 21:12:55 +0000 (16:12 -0500)
plugins/Authorization/AuthorizationPlugin.php

index 6f21c93109b2e8ac24c1dc970e1021c4d306f6f9..e4e046d088c4c64a0440a151ac26b3dfa24cd515 100644 (file)
@@ -88,7 +88,7 @@ abstract class AuthorizationPlugin extends Plugin
     }
 
     function onStartSetApiUser(&$user) {
-        return onStartSetUser(&$user);
+        return $this->onStartSetUser(&$user);
     }
 
     function onStartHasRole($profile, $name, &$has_role) {