mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Corrected function name
This commit is contained in:
parent
06751470ce
commit
b638ed9e86
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ class Diaspora
|
|||
*
|
||||
* @return array of relay servers
|
||||
*/
|
||||
public static function participationsForThread($thread, $contacts)
|
||||
public static function participantsForThread($thread, $contacts)
|
||||
{
|
||||
$r = dba::p("SELECT `contact`.`batch`, `contact`.`id`, `contact`.`name`, `contact`.`network`,
|
||||
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue