summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2393e0f)
raw | patch | inline | side by side (parent: 2393e0f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Jul 2011 08:28:10 +0000 (08:28 +0000) | ||
committer | hickert <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 | patch | blob | history |
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 af927b4b8be4cddbb15a56e1f70a16fa7d33b700..dec41991c7a2eb801c218c9876a6c377d57c5a27 100644 (file)
}
}
-
// 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);