mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix temporary permissions
This commit is contained in:
@@ -130,7 +130,7 @@ if (!class_exists('users')) {
|
||||
//delete the checked rows
|
||||
if (is_array($array) && @sizeof($array) != 0) {
|
||||
//execute
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add('user_setting_delete', 'temp');
|
||||
$p->add('user_group_delete', 'temp');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user