Code

fixed undefined index warning
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 12:23:47 +0000 (12:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 12:23:47 +0000 (12:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18685 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc

index f4e17f4f9a806cda18add27f6f347aef5f1ad8a2..874970dddebb775b8334d69c220c2678ec0eee8b 100644 (file)
@@ -42,7 +42,7 @@ class migrateRDN implements propertyMigration
 
     function checkForIssues()
     {
-        $this->found = array();
+        $this->found = array('add'=>array(), 'move' => array());
         $ldap= $this->config->get_ldap_link();
         $ldap->cd($this->config->current['BASE']);
         $ldap2= $this->config->get_ldap_link();