]> git.mxchange.org Git - friendica.git/commitdiff
Corrected function name
authorMichael <heluecht@pirati.ca>
Fri, 12 Jan 2018 23:43:08 +0000 (23:43 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 12 Jan 2018 23:43:08 +0000 (23:43 +0000)
src/Protocol/Diaspora.php
src/Worker/Notifier.php

index 817a87ccb709e8da74bff1bbbb85414acd92ebfa..4d89143452e0e0e3a07736cf66909178762af7ca 100644 (file)
@@ -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`
index da6d45084eac09e7e66064467c9a5386bb78cda0..307178bfbd830c80cb741fe562558bcef792f6e8 100644 (file)
@@ -525,7 +525,7 @@ class Notifier {
 
                                // 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);
 
                        }