mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix temporary permissions
This commit is contained in:
@@ -46,7 +46,7 @@ if ($domains_processed == 1) {
|
||||
//save the data in the array
|
||||
if (!empty($array)) {
|
||||
//add the temporary permission
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add("software_add", 'temp');
|
||||
$p->add("software_edit", 'temp');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user