Fix temporary permissions

This commit is contained in:
FusionPBX
2024-11-29 14:06:08 -07:00
committed by GitHub
parent 1b675c1b56
commit 8b7bd29456
131 changed files with 258 additions and 258 deletions

View File

@@ -258,7 +258,7 @@ class plugin_email {
$hostname = gethostname();
//add the temporary permissions
$p = new permissions;
$p = permissions::new();
$p->add("email_queue_add", 'temp');
$p->add("email_queue_edit", 'temp');