]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 29 Aug 2013 14:25:25 +0000 (16:25 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 29 Aug 2013 14:25:25 +0000 (16:25 +0200)
lib/public/core/contacts/imanager.php

index 4ae9d5766e053128f313b3c8b6d6f1d178d30e72..e8bb7bfd8e46355938ad6c98ecf1a7106e528fb1 100644 (file)
@@ -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();