summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-06-15 10:02:49 +0000
committerErmal <eri@pfsense.org>2012-06-15 10:02:49 +0000
commit2b52fee241484b1d52b2435e1716461ba2e36486 (patch)
treea6c8962f030e48ebcb15947b1cf8d28012c23195 /usr
parent3ddb92a6a52e2345684c11da72ef6853b82d2915 (diff)
downloadpfsense-2b52fee241484b1d52b2435e1716461ba2e36486.zip
pfsense-2b52fee241484b1d52b2435e1716461ba2e36486.tar.gz
Remove missed line
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 06522c2..e5cdf14 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -186,7 +186,6 @@ 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