mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:50:15 +00:00
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
This commit is contained in:
parent
cc9b7bb14f
commit
8e6973b774
77 changed files with 263 additions and 259 deletions
|
@ -32,7 +32,7 @@ class DBSync extends BaseAdminModule
|
|||
}
|
||||
info(L10n::t('Update has been marked successful') . EOL);
|
||||
}
|
||||
$a->internalRedirect('admin/dbsync');
|
||||
DI::baseUrl()->redirect('admin/dbsync');
|
||||
}
|
||||
|
||||
if ($a->argc > 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue