more permissions
This commit is contained in:
parent
5d36cbd541
commit
820b7f709f
@ -25,7 +25,7 @@ namespace Api\Notifications {
|
||||
'message' => new StringType('message', 256),
|
||||
));
|
||||
$this->isPublic = false;
|
||||
|
||||
$this->requiredGroup = array(USER_GROUP_ADMIN);
|
||||
}
|
||||
|
||||
private function checkUser($userId) {
|
||||
@ -148,7 +148,6 @@ namespace Api\Notifications {
|
||||
public function __construct($user, $externalCall = false) {
|
||||
parent::__construct($user, $externalCall, array());
|
||||
$this->loginRequired = true;
|
||||
|
||||
}
|
||||
|
||||
private function fetchUserNotifications() {
|
||||
|
@ -33,7 +33,7 @@ namespace Api\Routes {
|
||||
public function __construct($user, $externalCall = false) {
|
||||
parent::__construct($user, $externalCall, array());
|
||||
$this->loginRequired = true;
|
||||
|
||||
$this->requiredGroup = array(USER_GROUP_ADMIN);
|
||||
}
|
||||
|
||||
public function execute($values = array()) {
|
||||
|
Loading…
Reference in New Issue
Block a user