[Bridge] Fix missing function scope
This commit is contained in:
parent
95404b8fc4
commit
1d0b8f20f3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ EOD;
|
|||
return $listBridge;
|
||||
}
|
||||
|
||||
static function isWhitelisted($whitelist, $name){
|
||||
static public function isWhitelisted($whitelist, $name){
|
||||
if(in_array($name, $whitelist)
|
||||
or in_array($name . '.php', $whitelist)
|
||||
or in_array($name . 'Bridge', $whitelist) // DEPRECATED
|
||||
|
|
Loading…
Reference in a new issue