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