Blasted missing a $this!
This commit is contained in:
parent
745ea277d8
commit
a882d093bc
|
@ -88,7 +88,7 @@ abstract class AuthorizationPlugin extends Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
function onStartSetApiUser(&$user) {
|
function onStartSetApiUser(&$user) {
|
||||||
return onStartSetUser(&$user);
|
return $this->onStartSetUser(&$user);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onStartHasRole($profile, $name, &$has_role) {
|
function onStartHasRole($profile, $name, &$has_role) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user