From edb098fad9ed57dd25e515f6852907a52c475e96 Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Mon, 29 Sep 2014 12:46:20 +0200 Subject: [PATCH] Update comment for getContacts --- appinfo/application.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appinfo/application.php b/appinfo/application.php index 31c89a9..810aafd 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -71,7 +71,10 @@ class Application extends App { }); } - // Partially importe this function from owncloud Chat app + /** + * Partially importe this function from owncloud Chat app + * https://github.com/owncloud/chat/blob/master/app/chat.php + */ public function getContacts() { // Only load contacts if they aren't in the buffer if(count(self::$contacts) == 0){