mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-06 08:38:42 +00:00
Fix temporary permissions
This commit is contained in:
@@ -98,7 +98,7 @@ if ($domains_processed == 1) {
|
||||
}
|
||||
|
||||
//add the temporary permissions
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add('dashboard_add', 'temp');
|
||||
$p->add('dashboard_group_add', 'temp');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user