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:
@@ -45,7 +45,7 @@ if ($domains_processed == 1) {
|
||||
//save the data to the database
|
||||
if (!empty($array)) {
|
||||
//grant temporary permissions
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add('permission_add', 'temp');
|
||||
|
||||
//execute insert
|
||||
|
||||
Reference in New Issue
Block a user