From c8a875bbc6ff4ec8f14b693974437ce00fd4cc0b Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 7 Jul 2011 08:28:10 +0000 Subject: [PATCH] Fixed preselection of the config managemenet git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20942 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/Device/class_InstallRecipe.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.30.2