summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 1422166..e9c33e0 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -233,13 +233,13 @@ if ($_POST) {
switch ($_GET['mode']) {
case 'reinstallall':
$headline = gettext("Reinstall all Packages");
+ break;
case 'reinstallpkg':
if ($_GET['from'] && $_GET['to']) {
$headline = gettext("Upgrade Package");
} else {
$headline = gettext("Reinstall Package");
}
-
break;
case 'delete':
$headline = gettext("Remove Package");
OpenPOWER on IntegriCloud