Code

Added schema requrements
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 09:00:30 +0000 (09:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 09:00:30 +0000 (09:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18678 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/personal/environment/class_environment.inc

index 88f1781be08b84d7c1226ca2a5b932b1f453c11c..b31d934138904d4569899d061e30d3741a5bc545 100644 (file)
@@ -1773,8 +1773,8 @@ class environment extends plugin
                       "groups"),
                   "plOptions"       => array("resolution_hook" => array("type" => "string",
                           "description" => _("Command to extend the list of possible screen resolutions"))),
-
-                  "plProperties" => array(
+        "plRequirements"=> array('gotoEnvironment' => array('FAIclass' => '>=2.7')),
+        "plProperties" => array(
 
                       array(
                           "name"          => "resolutions",