From: hickert Date: Thu, 27 May 2010 09:50:40 +0000 (+0000) Subject: added schema dependencies X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f14e439e5f10edbf4a49b915f77ae9175fd6fb4;p=gosa.git added schema dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18763 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc b/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc index b4fd138f1..a85967f4b 100644 --- a/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc +++ b/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc @@ -165,6 +165,10 @@ class phpgwAccount extends plugin "plSection" => array("personal" => _("My account")), "plCategory" => array("users"), "plOptions" => array(), + "plRequirements"=> array( + 'ldapSchema' => array('phpgwAccount' => ''), + 'onFailureDisablePlugin' => array(get_class()) + ), "plProvidedAcls" => array() ));