X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=145c38435017b0d9a5c1003ffa6fa65e2016a4d6;hb=380eeaab88febb7f76e69bb6cdf4b44bf2618f13;hp=52521b017a43cf7a02e41c2bd71432052b711eeb;hpb=e06fc2aa6900d8cf5ae4e8d5cf52f9262bf7ada7;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index 52521b017a..145c384350 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -133,6 +133,10 @@ function notifications_content(App $a) $notif_tpl = get_markup_template('notifications.tpl'); + if (!isset($notifs['ident'])) { + logger('Missing data in notifs: ' . System::callstack(20), LOGGER_DEBUG); + } + // Process the data for template creation if ($notifs['ident'] === 'introductions') { $sugg = get_markup_template('suggestions.tpl');