Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-09 14:25:15 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-09 14:25:15 +0300
commit4658c52464cfa9b5dd51e39887e427090ec81454 (patch)
tree63371b53e82f9f880afbe0f55d730a457ab154d5 /user_external
parent826315a3b50a5686573ae527efba8935eb4d6236 (diff)
parentc63ab28326fd27ec2b477ccb62153f2308935bb9 (diff)
Merge pull request #2000 from stonerl/master
Make sharing easier
Diffstat (limited to 'user_external')
-rw-r--r--user_external/lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_external/lib/base.php b/user_external/lib/base.php
index 7d01e7909..9d05451f6 100644
--- a/user_external/lib/base.php
+++ b/user_external/lib/base.php
@@ -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();