summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 04:11:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 04:11:20 +0000
commit2ea9ba5bd71b8e02c2b33630dc47dd8a4dfd755a (patch)
tree450b6ef296643739ef2388af546b8bc4858f347b /usr
parent57fe6d53c55ddb42bfc1092fe0ae35305e3648bf (diff)
downloadpfsense-2ea9ba5bd71b8e02c2b33630dc47dd8a4dfd755a.zip
pfsense-2ea9ba5bd71b8e02c2b33630dc47dd8a4dfd755a.tar.gz
Fetch maximum_version field, too
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 0556339..911437a 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -38,7 +38,7 @@
require_once("guiconfig.inc");
require_once("pkg-utils.inc");
-$pkg_info = get_pkg_info('all', array('name', 'category', 'website', 'version', 'status', 'descr', 'maintainer', 'required_version'));
+$pkg_info = get_pkg_info('all', array('name', 'category', 'website', 'version', 'status', 'descr', 'maintainer', 'required_version', 'maximum_version'));
if($pkg_info) {
$fout = fopen("{$g['tmp_path']}/pkg_info.cache", "w");
fwrite($fout, serialize($pkg_info));
OpenPOWER on IntegriCloud