In support of a manager level

This of course would be an alternate user_level and needs to be included here.
pull/337/head
Adam John 2016-08-02 13:53:01 -04:00 committed by GitHub
parent 4e86794aff
commit ff30d91fe1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class UserValidator {
* Available editable user levels
* @var array $user_levels
*/
protected $user_levels = array(PSM_USER_ADMIN, PSM_USER_USER);
protected $user_levels = array(PSM_USER_ADMIN, PSM_USER_MANAGER, PSM_USER_USER);
/**
* User service