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
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**