From: hickert Date: Thu, 7 Jul 2011 08:28:10 +0000 (+0000) Subject: Fixed preselection of the config managemenet X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8a875bbc6ff4ec8f14b693974437ce00fd4cc0b;p=gosa.git Fixed preselection of the config managemenet git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20942 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index af927b4b8..dec41991c 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -148,9 +148,8 @@ class InstallRecipe extends plugin } } - // Update selectable items like kernels and mirrors depending on the current setup (relase) - #$this->installBaseMethod = $this->installationTemplates[$this->installTemplate]['method']; + $this->installBaseMethod = $this->installationTemplates[$this->installTemplate]['method']; $this->reloadInstallationKernelPackages($initially); $this->reloadInstallationMirrors($initially);