Code

Some style changes
[gosa.git] / plugins / admin / groups / class_groupAcl.inc
index 279d937530b6578ff39cf3e45458288365eb8e50..706edc95a1753f4c951769670c2a54b576a30200 100644 (file)
@@ -112,7 +112,7 @@ class acl extends plugin
        if ($this->object == "all"){
                $this->current_acl= preg_replace ( "/[,]?all[,]?/", "", $this->current_acl);
        }
-       $this->current_acl= preg_replace ( "/[,]?$this->object#[^,]*[,]?/", "", $this->current_acl);
+       $this->current_acl= preg_replace ( "/[^a-z0-9A-Z]$this->object#[^,]*[,]?/", "", $this->current_acl);
 
        /* assemble new attributes */
        $attrs= "";