Skip to content

Commit

Permalink
Fix minimum priv setting on contact groups
Browse files Browse the repository at this point in the history
Thanks to @davidc for pointing this out.
  • Loading branch information
barryo committed May 22, 2020
1 parent 20721f3 commit 943d0f9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/Http/Controllers/Contact/ContactGroupController.php
Expand Up @@ -59,15 +59,6 @@ class ContactGroupController extends Doctrine2Frontend

protected static $route_prefix = "contact-group";

/**
* The minimum privileges required to access this controller.
*
* If you set this to less than the superuser, you need to manage privileges and access
* within your own implementation yourself.
*
* @var int
*/
public static $minimum_privilege = UserEntity::AUTH_CUSTUSER;

/**
* This function sets up the frontend controller
Expand Down

0 comments on commit 943d0f9

Please sign in to comment.