Fix temporary permissions

This commit is contained in:
FusionPBX
2024-11-29 14:06:08 -07:00
committed by GitHub
parent 1b675c1b56
commit 8b7bd29456
131 changed files with 258 additions and 258 deletions

View File

@@ -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');