From 838a1781b7bd59e92c5c8b26e51e1c8fb566e9f8 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 11 May 2020 17:30:34 +0200 Subject: [PATCH] Fix typo in old select.php URL handler --- src/includes/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/routes.php b/src/includes/routes.php index 1cc11920..94aed4bd 100644 --- a/src/includes/routes.php +++ b/src/includes/routes.php @@ -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)