From 18be996dd7991d92f587717742dbf5a75153a61a Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 10 Dec 2010 00:34:53 +0000 Subject: Actually we expect an array to be returned. --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') 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( -- cgit v1.1