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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-19 23:35:13 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-19 23:35:13 +0400
commitbb6fac1102e2d029288c1689ca9bcdf09fad2354 (patch)
tree69134333600aa3e6b77058fa48d76a7bb071a947 /lib/private/contactsmanager.php
parent7c0370105af504e31fa2d6be088273a3bba7262f (diff)
parentb6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74 (diff)
Merge branch 'master' into contactsmanager-register
Conflicts: lib/private/contactsmanager.php
Diffstat (limited to 'lib/private/contactsmanager.php')
-rw-r--r--lib/private/contactsmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/contactsmanager.php b/lib/private/contactsmanager.php
index 8cfbb3da9f6..338cc048651 100644
--- a/lib/private/contactsmanager.php
+++ b/lib/private/contactsmanager.php
@@ -31,7 +31,7 @@ namespace OC {
* @param string $pattern which should match within the $searchProperties
* @param array $searchProperties defines the properties within the query pattern should match
* @param array $options - for future use. One should always have options!
- * @return array of contacts which are arrays of key-value-pairs
+ * @return array an array of contacts which are arrays of key-value-pairs
*/
public function search($pattern, $searchProperties = array(), $options = array()) {
$this->loadAddressBooks();