summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8416f8)
raw | patch | inline | side by side (parent: c8416f8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:53:16 +0000 (07:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:53:16 +0000 (07:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18739 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc
index b31d934138904d4569899d061e30d3741a5bc545..cd699ef2f0865f463f15ad2c9ab6c8a6235ded57 100644 (file)
"groups"),
"plOptions" => array("resolution_hook" => array("type" => "string",
"description" => _("Command to extend the list of possible screen resolutions"))),
- "plRequirements"=> array('gotoEnvironment' => array('FAIclass' => '>=2.7')),
- "plProperties" => array(
+ "plRequirements"=> array(
+ 'ldapSchema' => array('gotoEnvironment' => '>=2.7'),
+ 'onFailureDisablePlugin' => array(get_class())
+ ),
+ "plProperties" => array(
array(
"name" => "resolutions",