diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-29 16:25:25 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-29 16:25:25 +0200 |
commit | 14b67d6c5f1e3cd538714a8b5f512dd34847e795 (patch) | |
tree | 58132790c8e05e4127572f91a2ed15ea117edff8 /lib/public | |
parent | 21fd352c1aaa5df3799d52e4a0315e5750d28ebe (diff) | |
download | nextcloud-server-14b67d6c5f1e3cd538714a8b5f512dd34847e795.tar.gz nextcloud-server-14b67d6c5f1e3cd538714a8b5f512dd34847e795.zip |
fixing typo
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/core/contacts/imanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/core/contacts/imanager.php b/lib/public/core/contacts/imanager.php index 4ae9d5766e0..e8bb7bfd8e4 100644 --- a/lib/public/core/contacts/imanager.php +++ b/lib/public/core/contacts/imanager.php @@ -55,7 +55,7 @@ namespace OCP\Core\Contacts { * Following function shows how to search for contacts for the name and the email address. * * public static function getMatchingRecipient($term) { - * $cm = \OC:$server->getContactsManager(); + * $cm = \OC::$server->getContactsManager(); * // The API is not active -> nothing to do * if (!$cm->isEnabled()) { * return array(); |