Some explanation added

This commit is contained in:
Michael 2017-11-04 14:00:29 +00:00
parent 2894214347
commit 4831587250
1 changed files with 1 additions and 0 deletions

View File

@ -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 {