Fix remaining references to BaseModule->parameters
This commit is contained in:
@@ -84,6 +84,6 @@ class Update extends BaseApi
|
||||
// return success message incl. missing users in array
|
||||
$status = ($erroraddinguser ? 'missing user' : 'ok');
|
||||
$success = ['success' => true, 'gid' => $gid, 'name' => $name, 'status' => $status, 'wrong users' => $errorusers];
|
||||
DI::apiResponse()->exit('group_update', ['$result' => $success], $parameters['extension'] ?? null);
|
||||
DI::apiResponse()->exit('group_update', ['$result' => $success], $this->parameters['extension'] ?? null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user