mirror of
https://github.com/vrana/adminer.git
synced 2026-07-08 17:42:34 +02:00
Plugins: Use namespace for driver functions
This commit is contained in:
@@ -18,7 +18,7 @@ class AdminerDatabaseHide {
|
||||
|
||||
function databases($flush = true) {
|
||||
$return = array();
|
||||
foreach (get_databases($flush) as $db) {
|
||||
foreach (Adminer\get_databases($flush) as $db) {
|
||||
if (!in_array(strtolower($db), $this->disabled)) {
|
||||
$return[] = $db;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user