fixing typo

This commit is contained in:
Thomas Müller 2013-08-29 16:25:25 +02:00
parent 21fd352c1a
commit 14b67d6c5f
1 changed files with 1 additions and 1 deletions

View 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();