summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c4c5d4)
raw | patch | inline | side by side (parent: 4c4c5d4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 17 May 2010 13:43:14 +0000 (13:43 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/fai/admin/fai/migration/class_migrate_faiBaseRDN.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/migration/class_migrateFaiRDN.inc b/gosa-plugins/fai/admin/fai/migration/class_migrateFaiRDN.inc
index f0e68befd0a12e531c334727505edc96d65976b8..4bc07db5309a551684849925596fd04f0d385311 100644 (file)
function __construct($config,$property)
{
- $this->property = &$property;
- $this->config = &$config;
+ parent::__construct($config,$property);
}
function checkForIssues()
diff --git a/gosa-plugins/fai/admin/fai/migration/class_migrate_faiBaseRDN.inc b/gosa-plugins/fai/admin/fai/migration/class_migrate_faiBaseRDN.inc
index 3719e586540c311e488289748d137ca47da74438..dccce4c0ee8ec8180ed3289a2dc35da420adb1e7 100644 (file)
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!");