mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Fix typo in old select.php URL handler
This commit is contained in:
parent
6f3ad49abf
commit
838a1781b7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue