This commit is contained in:
Ronald Quenta
2017-08-06 14:50:24 -04:00
parent bf34ab8778
commit 3226096677

View File

@@ -146,7 +146,8 @@ class RBAC
'getUsers' => array('PM_ALLCASES')
),
'emailsAjax.php' => array(
'MessageList' => array('PM_USERS')
'MessageList' => array('PM_USERS'),
'updateStatusMessage' => array('PM_USERS'),
)
);
}