Code

Updated fai RDM migration
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 May 2010 13:43:14 +0000 (13:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 May 2010 13:43:14 +0000 (13:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18519 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/migration/class_migrateFaiRDN.inc
gosa-plugins/fai/admin/fai/migration/class_migrate_faiBaseRDN.inc

index f0e68befd0a12e531c334727505edc96d65976b8..4bc07db5309a551684849925596fd04f0d385311 100644 (file)
@@ -21,8 +21,7 @@ class migrateFaiRDN extends migrateRDN implements propertyMigration
 
     function __construct($config,$property)
     {
-        $this->property = &$property;
-        $this->config = &$config;
+        parent::__construct($config,$property);
     }   
 
     function checkForIssues()
index 3719e586540c311e488289748d137ca47da74438..dccce4c0ee8ec8180ed3289a2dc35da420adb1e7 100644 (file)
@@ -25,7 +25,7 @@ class migrate_faiBaseRDN extends migrateFaiRDN implements propertyMigration
         return(FALSE);
     }
 
-    function execute()
+    function _execute()
     {
         $str = "<h3>"._("The storage position for FAI object has changed!")."</h3>";
        # $str.= _("Unfortunately, GOsa can not perform the necessary steps automatically to migrate the FAI objects. You have to do this manually, to keep the System deployment in a usable state!");