mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:10:12 +00:00
Merge branch 'develop' of https://github.com/friendica/friendica into develop
This commit is contained in:
commit
f1ad1a07df
1 changed files with 1 additions and 1 deletions
|
@ -2004,6 +2004,6 @@ class App
|
||||||
}
|
}
|
||||||
|
|
||||||
$redirectTo = $this->getBaseURL($ssl) . '/' . ltrim($toUrl, '/');
|
$redirectTo = $this->getBaseURL($ssl) . '/' . ltrim($toUrl, '/');
|
||||||
System::externalRedirect($redirectTo);
|
Core\System::externalRedirect($redirectTo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue