1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 23:57:29 +02:00

Fix operators init

This commit is contained in:
Jakub Vrana
2021-02-09 10:19:05 +01:00
parent 7a89b5a037
commit 4742bde873
2 changed files with 4 additions and 2 deletions

View File

@@ -658,5 +658,3 @@ qsl('div').onclick = whisperClick;", "")
}
}
$adminer = (function_exists('adminer_object') ? adminer_object() : new Adminer);