From 61afd718971f9e07eddf673c13f820637835a6ad Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 19 Nov 2016 15:23:36 -0500 Subject: [PATCH] ping.php performance: fix typo --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 4dc3e8b395..407ec4c229 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -83,7 +83,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; }