summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 15:24:55 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 15:24:55 +0000
commit39a7c0c344985e69e8046880844f527a82fd96e7 (patch)
tree95ecfd901b808caf5cfbd7ed79a487c3b2dc65b4
parent9f8018c2fbb74df4d9198d1fa8ed2e315f4e09dc (diff)
downloadpfsense-39a7c0c344985e69e8046880844f527a82fd96e7.zip
pfsense-39a7c0c344985e69e8046880844f527a82fd96e7.tar.gz
Fix bug reported by Zend Studio
-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 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) {
OpenPOWER on IntegriCloud