diff --git a/mod/ping.php b/mod/ping.php index 0027acd2ba..f6d5e8cf02 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -478,6 +478,7 @@ function ping_get_notifications($uid) if ($notification["visible"] && !$notification["spam"] && !$notification["deleted"] && !is_array($result[$notification["parent"]])) { + // Should we condense the notifications or show them all? if (PConfig::get(local_user(), 'system', 'detailed_notif')) { $result[$notification["id"]] = $notification; } else {