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 7e426d1..5e6c478 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'],