From 01b2694aa0be39af310c9d62fa446ad30625eb5c Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 8 Nov 2020 12:02:58 -0500 Subject: [PATCH] Update the target URL for pending registration notifications --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 7e426d1d66..5e6c478f7d 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -292,7 +292,7 @@ function ping_init(App $a) foreach ($regs as $reg) { $notif = [ 'id' => 0, - 'href' => DI::baseUrl() . '/admin/users/', + 'href' => DI::baseUrl() . '/admin/users/pending', 'name' => $reg['name'], 'url' => $reg['url'], 'photo' => $reg['micro'],