1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

#1582 - userpicker() works again when using SEF URLs

This commit is contained in:
Tijn Kuyper
2017-03-06 21:15:33 +01:00
committed by GitHub
parent e241435392
commit c86f8d23ad

View File

@@ -1639,7 +1639,7 @@ class e_form
$parms = array(
'selectize' => array(
'loadPath' => e_BASE . 'user.php',
'loadPath' => e_HTTP.'user.php',
'create' => false,
'maxItems' => 1,
'mode' => 'multi',