From cfbb4e9ef6ba30a60172b78352a06c281efe466e Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 13 Apr 2020 08:55:33 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/admin/external_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/external_rss.php b/htdocs/admin/external_rss.php index ec77cb32184..7f8007ca22d 100644 --- a/htdocs/admin/external_rss.php +++ b/htdocs/admin/external_rss.php @@ -353,7 +353,7 @@ function _isInBoxList($idrss, array $boxlist) { foreach($boxlist as $box) { - if($box->boxcode === "lastrssinfos" && strpos($box->note, $idrss) !== FALSE) + if($box->boxcode === "lastrssinfos" && strpos($box->note, $idrss) !== false) { return true; }