From: hickert Date: Thu, 29 May 2008 10:10:22 +0000 (+0000) Subject: Read and Write is required to restore a snapshot. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1e090533bf8b67ba267f811eb18e4f0142deb7b6;p=gosa.git Read and Write is required to restore a snapshot. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11104 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_userinfo.inc b/gosa-core/include/class_userinfo.inc index 25d0d3265..9ce014935 100644 --- a/gosa-core/include/class_userinfo.inc +++ b/gosa-core/include/class_userinfo.inc @@ -253,7 +253,7 @@ class userinfo $r &= preg_match("/r/",$this->has_complete_category_acls($dn, $category)); # print_a(array($category => array($r.$w.$c))); } - return($r && $w && $c); + return($r && $w ); }