Blasted missing a $this!

This commit is contained in:
Craig Andrews 2009-11-18 16:12:55 -05:00
parent 745ea277d8
commit a882d093bc
1 changed files with 1 additions and 1 deletions

View 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) {