Merge branch 'develop' of https://github.com/friendica/friendica into develop

This commit is contained in:
Ralf Thees 2018-10-23 00:12:22 +02:00
commit f1ad1a07df
1 changed files with 1 additions and 1 deletions

View File

@ -2004,6 +2004,6 @@ class App
}
$redirectTo = $this->getBaseURL($ssl) . '/' . ltrim($toUrl, '/');
System::externalRedirect($redirectTo);
Core\System::externalRedirect($redirectTo);
}
}