From: Hypolite Petovan Date: Sun, 8 Nov 2020 17:02:58 +0000 (-0500) Subject: Update the target URL for pending registration notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=01b2694aa0be39af310c9d62fa446ad30625eb5c;p=friendica.git Update the target URL for pending registration notifications --- 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'],