summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-10 00:34:53 +0000
committerErmal <eri@pfsense.org>2010-12-10 00:34:53 +0000
commit18be996dd7991d92f587717742dbf5a75153a61a (patch)
tree48a3a148b4f098b416193fe5932926e14cb571b3 /etc/inc/pfsense-utils.inc
parente501de37f786b13d2bb6a1b6593dbafd3aa346e6 (diff)
downloadpfsense-18be996dd7991d92f587717742dbf5a75153a61a.zip
pfsense-18be996dd7991d92f587717742dbf5a75153a61a.tar.gz
Actually we expect an array to be returned.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 92013e3..8501df1 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -763,7 +763,7 @@ function check_firmware_version($tocheck = "all", $return_php = true) {
/*
* host_firmware_version(): Return the versions used in this install
*/
-function host_firmware_version() {
+function host_firmware_version($tocheck = "") {
global $g, $config;
return array(
OpenPOWER on IntegriCloud