summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-11 11:38:13 -0300
committerRenato Botelho <renato@netgate.com>2017-08-11 11:38:13 -0300
commitb57a87b3fa10e6a17acc1c40e5f6ea1a9b40e44b (patch)
treeb5eea4423b4da774906ef68088186081a29b64c4 /src/usr/local/www
parent9d14b22c395f6eb11199261caab9e0f7cec3e395 (diff)
downloadpfsense-b57a87b3fa10e6a17acc1c40e5f6ea1a9b40e44b.zip
pfsense-b57a87b3fa10e6a17acc1c40e5f6ea1a9b40e44b.tar.gz
Refresh metadata before an upgrade
Diffstat (limited to 'src/usr/local/www')
-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 b36c0a6..4a35b10 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -67,7 +67,7 @@ if ($_REQUEST['ajax']) {
// If this is an ajax call to get the installed and newest versions, call that function,
// JSON encode the result, print it and exit
if ($_REQUEST['getversion']) {
- $firmwareversions = get_system_pkg_version(true);
+ $firmwareversions = get_system_pkg_version(true, false);
print(json_encode($firmwareversions));
exit;
}
OpenPOWER on IntegriCloud