summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 6618749..fb313de 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -148,7 +148,7 @@ switch($_GET['mode']) {
update_status("All packages reinstalled.");
$static_output .= "\n\nAll packages reinstalled.";
update_output_window($static_output);
- break;
+ break;
default:
install_package($_GET['id']);
update_status("Installation of {$_GET['id']} completed.");
OpenPOWER on IntegriCloud