summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b0809d)
raw | patch | inline | side by side (parent: 2b0809d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 09:00:28 +0000 (09:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 09:00:28 +0000 (09:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18677 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/webdav/personal/connectivity/webdav/class_webdavAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/webdav/personal/connectivity/webdav/class_webdavAccount.inc b/gosa-plugins/webdav/personal/connectivity/webdav/class_webdavAccount.inc
index 9cf3a2765d99f5c4f3d3a4b654844561e9e85c78..fd5061708a9f4f38eff68fd2b8ed41f25ec72778 100644 (file)
"plDescription" => _("WebDAV account")." ("._("Connectivity addon").")",
"plSelfModify" => TRUE,
"plDepends" => array("user"),
+ "plRequirements"=> array('ldapSchema' => array('gosaWebdavAccount' => '>=2.7')),
"plPriority" => 23, // Position in tabs
"plSection" => array("personal" => _("My account")),
"plCategory" => array("users"),