summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/auth.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 822f58f5e..96141cd1d 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -232,10 +232,6 @@ function auth_aclcheck($id,$user,$groups){
$perm = -1;
if($user){
- //prepend groups with @
- for($i=0; $i<count($groups); $i++){
- $groups[$i] = '@'.$groups[$i];
- }
//add ALL group
$groups[] = '@ALL';
//add User