Fix temporary permissions
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
$array_temp = $array;
|
||||
|
||||
//add the dialplan permission
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add("extension_edit", "temp");
|
||||
|
||||
//save to the data
|
||||
|
||||
Reference in New Issue
Block a user