]> git.mxchange.org Git - friendica.git/commitdiff
removed use Friendica\Core\System again
authorPhilipp Holzer <admin@philipp.info>
Wed, 24 Oct 2018 18:24:22 +0000 (20:24 +0200)
committerPhilipp Holzer <admin@philipp.info>
Wed, 24 Oct 2018 18:24:22 +0000 (20:24 +0200)
src/App.php

index a0558fedcd203148e3e1ec6a997b6862650bb208..7a579036ce6109c52673eb1c9800004928fe01ed 100644 (file)
@@ -8,7 +8,6 @@ use Detection\MobileDetect;
 use DOMDocument;
 use DOMXPath;
 use Exception;
-use Friendica\Core\System;
 use Friendica\Database\DBA;
 use Friendica\Network\HTTPException\InternalServerErrorException;
 
@@ -2019,7 +2018,7 @@ class App
        {
                if (filter_var($toUrl, FILTER_VALIDATE_URL))
                {
-                       System::externalRedirect($toUrl);
+                       Core\System::externalRedirect($toUrl);
                } else {
                        $this->internalRedirect($toUrl);
                }