From d5efce66e43479f582c976f3bb6d5807c1826005 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Jun 2006 10:23:53 +0000 Subject: [PATCH] Fixed self mode in pluglist git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3985 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_pluglist.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/class_pluglist.inc b/include/class_pluglist.inc index 2c816bd2e..42f729db8 100644 --- a/include/class_pluglist.inc +++ b/include/class_pluglist.inc @@ -70,9 +70,9 @@ class pluglist { foreach($this->ui->subtreeACL as $arr){ foreach($arr as $value){ if ($value == ':all' || preg_match("/[,:]$modname#/", $value)){ - // if (!preg_match('/^!/', $value)){ + if (!preg_match('/^!/', $value)){ return (TRUE); - // } + } } } } -- 2.30.2