Update the target URL for pending registration notifications
This commit is contained in:
parent
ac32fbefcd
commit
01b2694aa0
|
@ -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'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user