mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25:55 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
$namespace = '';
|
||||
$class_name = $class;
|
||||
|
||||
if (strpos($class, '\\') !== FALSE)
|
||||
if (strpos($class, '\\') !== false)
|
||||
list ($namespace, $class_name) = explode('\\', $class, 2);
|
||||
|
||||
$root_dir = dirname(__DIR__); // we're in tt-rss/include
|
||||
|
||||
Reference in New Issue
Block a user