*
* @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`
// Fetch the participation list
// The function will ensure that there are no duplicates
- $r1 = Diaspora::ParticipationsForThread($item_id, $r1);
+ $r1 = Diaspora::participantsForThread($item_id, $r1);
}