From: Philipp Holzer Date: Tue, 23 Oct 2018 10:14:17 +0000 (+0200) Subject: Fixing absolute/relative path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e322d25659650067e7ad346619cc5f01ceff80f;p=friendica.git Fixing absolute/relative path --- diff --git a/mod/toggle_mobile.php b/mod/toggle_mobile.php index ad77dd1ccd..388c40891a 100644 --- a/mod/toggle_mobile.php +++ b/mod/toggle_mobile.php @@ -17,5 +17,5 @@ function toggle_mobile_init(App $a) { $address = ''; } - $a->internalRedirect($address); + System::externalRedirect($address); }