1
1
Fork 0

Misspelled "detailed"

This commit is contained in:
Michael 2017-11-04 12:08:12 +00:00
commit 2894214347
5 changed files with 8 additions and 8 deletions

View file

@ -478,7 +478,7 @@ function ping_get_notifications($uid)
if ($notification["visible"] && !$notification["spam"] &&
!$notification["deleted"] && !is_array($result[$notification["parent"]])) {
if (PConfig::get(local_user(), 'system', 'detailled_notif')) {
if (PConfig::get(local_user(), 'system', 'detailed_notif')) {
$result[$notification["id"]] = $notification;
} else {
$result[$notification["parent"]] = $notification;