* finish task #3375.

This commit is contained in:
wangyidong
2017-12-13 11:35:20 +08:00
parent 3eba5feb13
commit cfce20ea3b
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -422,7 +422,6 @@ class groupModel extends model
$action = strtolower($action);
if($action == 'manageview' and $group->role == 'limited') return false;
if($action == 'edit' and $group->role == 'limited') return false;
if($action == 'copy' and $group->role == 'limited') return false;
return true;