From 39a7c0c344985e69e8046880844f527a82fd96e7 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Mon, 4 Jul 2005 15:24:55 +0000 Subject: Fix bug reported by Zend Studio --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 98fada0..7b01a02 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -847,7 +847,7 @@ function check_firmware_version($tocheck = "all", $return_php = true) { "base" => array("version" => trim(file_get_contents('/etc/version_base'))), "platform" => trim(file_get_contents('/etc/platform')) ); - if($tocheck = "all") { + if($tocheck == "all") { $params = $rawparams; } else { foreach($tocheck as $check) { -- cgit v1.1