and without self:: ;-(
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
952f2218ed
commit
66f5e104b1
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue