summaryrefslogtreecommitdiff
path: root/include/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/autoload.php')
-rw-r--r--include/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/autoload.php b/include/autoload.php
index 1f1dbe5e9..c02923dba 100644
--- a/include/autoload.php
+++ b/include/autoload.php
@@ -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