mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Replace remaining occurrences of admin/users route by moderation/users
This commit is contained in:
parent
939a80ceb0
commit
0a20566199
16 changed files with 67 additions and 67 deletions
|
@ -241,7 +241,7 @@ class Ping extends BaseModule
|
|||
],
|
||||
$this->l10n->t('{0} requested registration'),
|
||||
new \DateTime($reg['created'], new \DateTimeZone('UTC')),
|
||||
new Uri($this->baseUrl->get(true) . '/admin/users/pending')
|
||||
new Uri($this->baseUrl->get(true) . '/moderation/users/pending')
|
||||
);
|
||||
}
|
||||
} elseif (count($registrations) > 1) {
|
||||
|
@ -252,7 +252,7 @@ class Ping extends BaseModule
|
|||
],
|
||||
$this->l10n->t('{0} and %d others requested registration', count($registrations) - 1),
|
||||
new \DateTime($registrations[0]['created'], new \DateTimeZone('UTC')),
|
||||
new Uri($this->baseUrl->get(true) . '/admin/users/pending')
|
||||
new Uri($this->baseUrl->get(true) . '/moderation/users/pending')
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue