summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-15 22:07:47 -0400
committerjim-p <jimp@pfsense.org>2012-06-15 22:07:47 -0400
commit5a61e863a562a5251c29576ac36e3fcb2b740656 (patch)
tree036334bd0f85b9a2f93e90a092834d8e463bd9b1 /usr/local/www
parent2b52fee241484b1d52b2435e1716461ba2e36486 (diff)
downloadpfsense-5a61e863a562a5251c29576ac36e3fcb2b740656.zip
pfsense-5a61e863a562a5251c29576ac36e3fcb2b740656.tar.gz
Revert "Remove missed line"
This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index e5cdf14..06522c2 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -186,6 +186,7 @@ switch($_GET['mode']) {
case "reinstallpkg":
update_status(gettext("Reinstalling package {$_GET['pkg']}"));
uninstall_package($_GET['pkg']);
+ update_output_window($static_output);
default:
$status = install_package(htmlspecialchars($_GET['id']));
if($status == -1) {
OpenPOWER on IntegriCloud