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:
@@ -107,7 +107,7 @@
|
||||
$array['fax'][0]['fax_description'] = $fax_description;
|
||||
|
||||
//execute insert
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add('fax_add', 'temp');
|
||||
|
||||
$database = new database;
|
||||
|
||||
Reference in New Issue
Block a user