From 8f14e439e5f10edbf4a49b915f77ae9175fd6fb4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 27 May 2010 09:50:40 +0000 Subject: [PATCH] added schema dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18763 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc | 4 ++++ 1 file changed, 4 insertions(+) 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() )); -- 2.30.2