mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove unnecessary permission object instatiations.
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
//revoke temporary permissions
|
||||
$p = new permissions;
|
||||
$p->delete('user_setting_add', 'temp');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user