Fixing style errors.

This commit is contained in:
stickler-ci 2020-04-13 08:55:33 +00:00
parent e130faf012
commit cfbb4e9ef6

View File

@ -353,7 +353,7 @@ function _isInBoxList($idrss, array $boxlist)
{ {
foreach($boxlist as $box) foreach($boxlist as $box)
{ {
if($box->boxcode === "lastrssinfos" && strpos($box->note, $idrss) !== FALSE) if($box->boxcode === "lastrssinfos" && strpos($box->note, $idrss) !== false)
{ {
return true; return true;
} }