summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-26 07:31:45 -0200
committerRenato Botelho <renato@netgate.com>2015-10-26 07:31:45 -0200
commitc53154dd9ad4822c68cf9d4318a72519cf2c5b19 (patch)
tree7475bb26d7d8b9f92f08289b31f889e9f560ba52 /src
parent7d790fc310e3273122659b3d96186f16ac300972 (diff)
parent288882be2f12ab62533b71eed3287a9b712636b8 (diff)
downloadpfsense-c53154dd9ad4822c68cf9d4318a72519cf2c5b19.zip
pfsense-c53154dd9ad4822c68cf9d4318a72519cf2c5b19.tar.gz
Merge pull request #1981 from phil-davis/patch-1
Diffstat (limited to 'src')
-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 e090259..e3cc39f 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -223,7 +223,7 @@ if ($_POST) {
return;
}
} else if ($_GET && !$_GET['id']) {
- if (empty($_GET['pkg'])) {
+ if (empty($_GET['pkg']) && ($_GET['mode'] != 'reinstallall')) {
header("Location: pkg_mgr_installed.php");
return;
}
OpenPOWER on IntegriCloud