mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Fix PHP 7.3 compatibility (#318)
This commit is contained in:
committed by
Jakub Vrána
parent
a623cd69de
commit
a2fbcbe28e
@@ -526,7 +526,7 @@ if (isset($_GET["mongo"])) {
|
||||
$op = '$regex';
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
if ($type == 'and') {
|
||||
$data['$and'][] = array($col => array($op => $val));
|
||||
|
Reference in New Issue
Block a user