Merge pull request #2000 from stonerl/master

Make sharing easier
This commit is contained in:
Thomas Müller
2015-10-09 13:25:15 +02:00

View File

@@ -82,7 +82,7 @@ abstract class Base extends \OC_User_Backend{
'limit' => $limit,
'offset' => $offset
),
array($search . '%', $search . '%', $this->backend)
array('%' . $search . '%', '%' . $search . '%', $this->backend)
);
$displayNames = array();