and without self:: ;-(

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-25 15:13:28 +01:00
parent 952f2218ed
commit 66f5e104b1
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -1277,7 +1277,7 @@ class App {
$backends[] = "xrd"; $backends[] = "xrd";
// Check if current module is in backend or backend flag is set // 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);
} }
/** /**