]> git.mxchange.org Git - friendica.git/commitdiff
Changed case
authorMichael <heluecht@pirati.ca>
Fri, 12 Jan 2018 23:26:55 +0000 (23:26 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 12 Jan 2018 23:26:55 +0000 (23:26 +0000)
src/Protocol/Diaspora.php

index b2a4389058e28ca339b662c4815478406932005f..817a87ccb709e8da74bff1bbbb85414acd92ebfa 100644 (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`