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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user