mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
App::get_baseurl is now replaced with System::baseUrl
This commit is contained in:
parent
3c24bed412
commit
5adfeb0bd5
134 changed files with 603 additions and 624 deletions
|
@ -124,7 +124,7 @@ function import_account(App $a, $file) {
|
|||
}
|
||||
|
||||
$oldbaseurl = $account['baseurl'];
|
||||
$newbaseurl = App::get_baseurl();
|
||||
$newbaseurl = System::baseUrl();
|
||||
$olduid = $account['user']['uid'];
|
||||
|
||||
unset($account['user']['uid']);
|
||||
|
@ -278,5 +278,5 @@ function import_account(App $a, $file) {
|
|||
proc_run(PRIORITY_HIGH, 'include/notifier.php', 'relocate', $newuid);
|
||||
|
||||
info(t("Done. You can now login with your username and password"));
|
||||
goaway(App::get_baseurl() . "/login");
|
||||
goaway(System::baseUrl() . "/login");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue