mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:35:55 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -148,7 +148,7 @@ class RSSUtils {
|
||||
if ($tline = $usth->fetch()) {
|
||||
Debug::log(" => " . $tline["last_updated"] . ", " . $tline["id"] . " " . $tline["owner_uid"]);
|
||||
|
||||
if (array_search($tline["owner_uid"], $batch_owners) === FALSE)
|
||||
if (array_search($tline["owner_uid"], $batch_owners) === false)
|
||||
array_push($batch_owners, $tline["owner_uid"]);
|
||||
|
||||
$fstarted = microtime(true);
|
||||
|
||||
Reference in New Issue
Block a user