mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Add missing namespace
This commit is contained in:
@@ -660,7 +660,7 @@ function queries($query) {
|
||||
* @param callback
|
||||
* @return bool
|
||||
*/
|
||||
function apply_queries($query, $tables, $escape = 'table') {
|
||||
function apply_queries($query, $tables, $escape = 'Adminer\table') {
|
||||
foreach ($tables as $table) {
|
||||
if (!queries("$query " . $escape($table))) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user