Update the target URL for pending registration notifications

This commit is contained in:
Hypolite Petovan 2020-11-08 12:02:58 -05:00
parent ac32fbefcd
commit 01b2694aa0
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ function ping_init(App $a)
foreach ($regs as $reg) { foreach ($regs as $reg) {
$notif = [ $notif = [
'id' => 0, 'id' => 0,
'href' => DI::baseUrl() . '/admin/users/', 'href' => DI::baseUrl() . '/admin/users/pending',
'name' => $reg['name'], 'name' => $reg['name'],
'url' => $reg['url'], 'url' => $reg['url'],
'photo' => $reg['micro'], 'photo' => $reg['micro'],