From 055192bd1949164c28cda1661bb95200601538ea Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 21 Nov 2020 23:09:27 -0500 Subject: [PATCH] Fix wrong variable name in ping_init --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [