1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-24 16:26:33 +00:00

Update comment for getContacts

This commit is contained in:
Ner'zhul 2014-09-29 12:46:20 +02:00
parent 8cca1ed0f8
commit edb098fad9

View File

@ -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){