]> git.mxchange.org Git - friendica.git/commitdiff
and without self:: ;-(
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 14:13:28 +0000 (15:13 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 14:13:38 +0000 (15:13 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
boot.php

index 92acb1b248f342396ced07ef915d08c3b02ec853..1d6772b17cfbf6b0d2e2881115cb94c420a6c98c 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1277,7 +1277,7 @@ class App {
                $backends[] = "xrd";
 
                // Check if current module is in backend or backend flag is set
-               return (in_array($this->module, self::$backends) || $this->backend);
+               return (in_array($this->module, $backends) || $this->backend);
        }
 
        /**