Browse Source

[Bridge] Fix missing function scope

logmanoriginal 7 years ago
parent
commit
1d0b8f20f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Bridge.php

+ 1 - 1
lib/Bridge.php

@@ -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