]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong variable name in ping_init
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 22 Nov 2020 04:09:27 +0000 (23:09 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 22 Nov 2020 04:09:27 +0000 (23:09 -0500)
mod/ping.php

index df6793f3c6542798eb845d64429de30d34b56d62..b588c1fb0baf2d2fa37664b2532539b8049f76e9 100644 (file)
@@ -301,7 +301,7 @@ function ping_init(App $a)
                                                'seen'    => false,
                                                'message' => DI::l10n()->t('{0} requested registration'),
                                        ];
-                                       $notifs[] = $notif;
+                                       $notifications[] = $notif;
                                }
                        } else {
                                $notif = [