]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong namespace for Core\System in App
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 22:07:00 +0000 (18:07 -0400)
committerGitHub <noreply@github.com>
Mon, 22 Oct 2018 22:07:00 +0000 (18:07 -0400)
src/App.php

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