summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-07 22:27:42 +0545
committerGitHub <noreply@github.com>2017-02-07 22:27:42 +0545
commitd12bc864ceb5d656fc094bde7cf5ec96e24bdde9 (patch)
treeadf80466443f4b1b7bd06f66273b59d25375301a /src/usr/local/www/pkg_mgr_install.php
parent2c06742d784cb7ec85151327fd753536d98fbcc1 (diff)
downloadpfsense-d12bc864ceb5d656fc094bde7cf5ec96e24bdde9.zip
pfsense-d12bc864ceb5d656fc094bde7cf5ec96e24bdde9.tar.gz
Fix #7226 Package installation message is incomplete
This makes it remember pkgname after the install finishes and the form is re-submitted.
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 5d1f10f..480bb2a 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -412,6 +412,7 @@ if ($confirmed):
?>
<input type="hidden" name="id" value="<?=$_REQUEST['id']?>" />
<input type="hidden" name="mode" value="<?=$pkgmode?>" />
+ <input type="hidden" name="pkg" value="<?=$pkgname?>" />
<input type="hidden" name="completed" value="true" />
<input type="hidden" name="confirmed" value="true" />
<input type="hidden" id="reboot_needed" name="reboot_needed" value="no" />
OpenPOWER on IntegriCloud