summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-07 22:27:42 +0545
committerRenato Botelho <renato@netgate.com>2017-02-07 14:52:59 -0200
commit36245b2f8f3794e1243ec52b5b54416caf3bbfeb (patch)
treed54ce2177e79e6797a0feebb7c6c2ad48ce4399e /src
parentc0e46e9aca6355d28414b9d6f61150a0c2ddf5d7 (diff)
downloadpfsense-36245b2f8f3794e1243ec52b5b54416caf3bbfeb.zip
pfsense-36245b2f8f3794e1243ec52b5b54416caf3bbfeb.tar.gz
Fix #7226 Package installation message is incomplete
This makes it remember pkgname after the install finishes and the form is re-submitted. (cherry picked from commit d12bc864ceb5d656fc094bde7cf5ec96e24bdde9)
Diffstat (limited to 'src')
-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 98f779f..7ab7e42 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -439,6 +439,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