X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftoggle_mobile.php;h=388c40891a80b2d64419e96daf6d775f1bd82361;hb=0cdf0ba422076f731a5801708879d5344439494a;hp=ad77dd1ccd07c5dda7fc29dae321cd29b5b4416e;hpb=2a881cc2e71b1677cc9ce98001ae3f157743e542;p=friendica.git 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); }