mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -5,7 +5,7 @@ class Templator extends MiniTemplator {
|
||||
|
||||
/* this reads tt-rss template from templates.local/ or templates/ if only base filename is given */
|
||||
function readTemplateFromFile ($fileName) {
|
||||
if (strpos($fileName, "/") === FALSE) {
|
||||
if (strpos($fileName, "/") === false) {
|
||||
|
||||
$fileName = basename($fileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user