From: hickert Date: Wed, 19 Jul 2006 06:32:42 +0000 (+0000) Subject: Fixed type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b289320a262d50a5f889ec239fe1a547e6c568af;p=gosa.git Fixed type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4218 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 40f817649..06d7605f3 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -491,7 +491,7 @@ class user extends plugin $smarty->assign("userPictureACL", $this->getacl("userPicture")); /* Create base acls */ - $baseACL = $this->("base"); + $baseACL = $this->getacl("base"); if(!$this->acl_is_moveable()) { $baseACL = preg_replace("/w/","",$baseACL); }