Corrected function name
This commit is contained in:
parent
06751470ce
commit
b638ed9e86
|
@ -111,7 +111,7 @@ class Diaspora
|
||||||
*
|
*
|
||||||
* @return array of relay servers
|
* @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`,
|
$r = dba::p("SELECT `contact`.`batch`, `contact`.`id`, `contact`.`name`, `contact`.`network`,
|
||||||
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
|
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
|
||||||
|
|
|
@ -525,7 +525,7 @@ class Notifier {
|
||||||
|
|
||||||
// Fetch the participation list
|
// Fetch the participation list
|
||||||
// The function will ensure that there are no duplicates
|
// The function will ensure that there are no duplicates
|
||||||
$r1 = Diaspora::ParticipationsForThread($item_id, $r1);
|
$r1 = Diaspora::participantsForThread($item_id, $r1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue