summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-05-07 13:42:01 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-05-07 13:42:50 -0400
commitd1c57eb8e1699f36a3ccda53cef2e28b10eeca92 (patch)
treee6c89d58f2c7c3cd1810f78189cd3c4322057140 /src/usr/local/www/pkg_mgr_install.php
parentaf06931c3029d1304c9fb3b296d6e86bdada102a (diff)
downloadpfsense-d1c57eb8e1699f36a3ccda53cef2e28b10eeca92.zip
pfsense-d1c57eb8e1699f36a3ccda53cef2e28b10eeca92.tar.gz
Workaound fixes #6320
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-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 5213001..134608e 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -100,7 +100,7 @@ if ($_REQUEST['ajax']) {
// If this is an ajax call to get the installed and newst versions, call that function,
// JSON encode the result, print it and exit
if ($_REQUEST['getversion']) {
- $firmwareversions = get_system_pkg_version();
+ $firmwareversions = get_system_pkg_version(true);
print(json_encode($firmwareversions));
exit;
}
OpenPOWER on IntegriCloud