]> git.mxchange.org Git - friendica.git/commitdiff
Update the target URL for pending registration notifications
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 8 Nov 2020 17:02:58 +0000 (12:02 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 8 Nov 2020 17:53:12 +0000 (12:53 -0500)
mod/ping.php

index 7e426d1d66d4a965680b66dcc82ed4a68feace09..5e6c478f7d6d390a04ccb615150ef096237b6d18 100644 (file)
@@ -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'],