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

View File

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