Delete duplicate code

This commit is contained in:
Jakub Vrana 2021-02-09 10:29:19 +01:00
parent 4742bde873
commit 08637cee62

View file

@ -1066,8 +1066,3 @@ bodyLoad('<?php echo (is_object($connection) ? preg_replace('~^(\d\.?\d).*~s', '
}
}
$adminer = (function_exists('adminer_object') ? adminer_object() : new Adminer);
if ($adminer->operators === null) {
$adminer->operators = $operators;
}