]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
Merge pull request #2967 from Hypolite/issue/#2955
[friendica.git] / mod / ping.php
index 81a07a3d889ac5c84000f73978b52f2e1f5a87ab..6f612303fb0ba9cceed3c26875af867106437790 100644 (file)
@@ -84,7 +84,7 @@ function ping_init(&$a) {
                                // Find out how unseen network posts are spread across groups
                                $group_counts = groups_count_unseen();
                                if (dbm::is_result($group_counts)) {
-                                       foreach ($groups_counts as $group_count) {
+                                       foreach ($group_counts as $group_count) {
                                                if ($group_count['count'] > 0) {
                                                        $groups_unseen[] = $group_count;
                                                }