Changed case

This commit is contained in:
Michael 2018-01-12 23:26:55 +00:00
parent 4c104a6cc2
commit 06751470ce
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Diaspora
*
* @return array of relay servers
*/
public static function ParticipationsForThread($thread, $contacts)
public static function participationsForThread($thread, $contacts)
{
$r = dba::p("SELECT `contact`.`batch`, `contact`.`id`, `contact`.`name`, `contact`.`network`,
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`