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:
@@ -84,7 +84,7 @@ if (!class_exists('user_logs')) {
|
||||
}
|
||||
|
||||
//add the dialplan permission
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add("user_log_add", 'temp');
|
||||
|
||||
//save to the data
|
||||
|
||||
Reference in New Issue
Block a user