diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 91c83e1a..629f6a64 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -224,7 +224,7 @@ if (is_ajax()) { $set = null; if (isset($rights["insert"]) || !support("table")) { - $params = []; + $params = array(); foreach ((array) $_GET["where"] as $val) { if (isset($foreign_keys[$val["col"]]) && count($foreign_keys[$val["col"]]) == 1 && ($val["op"] == "=" || (!$val["op"] && (is_array($val["val"]) || !preg_match('~[_%]~', $val["val"]))) // LIKE in Editor