Fix typo in old select.php URL handler

This commit is contained in:
Benjamin Renard 2020-05-11 17:30:34 +02:00
parent 6f3ad49abf
commit 838a1781b7

View file

@ -711,7 +711,7 @@ function handle_old_select_php($request) {
if (!isset($_GET['LSobject']))
$url = null;
else {
$url = "object/".$_GET['pattern']."/select";
$url = "object/".$_GET['LSobject']."/select";
// Preserve GET parameters
$params = array();
foreach (array('filter64', 'multiple', 'selectablly', 'editableAttr', 'page', 'ajax', 'refresh') as $param)