From: Hypolite Petovan Date: Sun, 22 Nov 2020 04:09:27 +0000 (-0500) Subject: Fix wrong variable name in ping_init X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=055192bd1949164c28cda1661bb95200601538ea;p=friendica.git Fix wrong variable name in ping_init --- diff --git a/mod/ping.php b/mod/ping.php index df6793f3c6..b588c1fb0b 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -301,7 +301,7 @@ function ping_init(App $a) 'seen' => false, 'message' => DI::l10n()->t('{0} requested registration'), ]; - $notifs[] = $notif; + $notifications[] = $notif; } } else { $notif = [