Code

Fixed preselection of the config managemenet
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Jul 2011 08:28:10 +0000 (08:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Jul 2011 08:28:10 +0000 (08:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20942 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc

index af927b4b8be4cddbb15a56e1f70a16fa7d33b700..dec41991c7a2eb801c218c9876a6c377d57c5a27 100644 (file)
@@ -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);