Code

added migration classes for RDN properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:03:10 +0000 (07:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:03:10 +0000 (07:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18420 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc

index fcedd704353da3b2a2444dbe95f793e136e59573..cd573972f7876065ff3529cc6d843d7b447e1644 100644 (file)
@@ -627,7 +627,7 @@ class mimetype extends plugin
             "default"       => "ou=mime,",
             "description"   => "The 'mimetypeRDN' statement defines the location where new mimetypes will be created. The default is 'ou=mime,'.",
             "check"         => "gosaProperty::isRdn",
-            "migrate"       => "",
+            "migrate"       => "migrate_mimetypeRDN",
             "group"         => "plugin",
             "mandatory"     => FALSE)),