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:
parent
8cca1ed0f8
commit
edb098fad9
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user