@@ -82,7 +82,7 @@ abstract class Base extends \OC_User_Backend{
|
|||||||
'limit' => $limit,
|
'limit' => $limit,
|
||||||
'offset' => $offset
|
'offset' => $offset
|
||||||
),
|
),
|
||||||
array($search . '%', $search . '%', $this->backend)
|
array('%' . $search . '%', '%' . $search . '%', $this->backend)
|
||||||
);
|
);
|
||||||
|
|
||||||
$displayNames = array();
|
$displayNames = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user