X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftoggle_mobile.php;h=2821e0a646bef02e3e6297d22a1d57d861c251b7;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=388c40891a80b2d64419e96daf6d775f1bd82361;hpb=8821d33f73785884cfce83e7b23d3ef19cc1bc11;p=friendica.git diff --git a/mod/toggle_mobile.php b/mod/toggle_mobile.php index 388c40891a..2821e0a646 100644 --- a/mod/toggle_mobile.php +++ b/mod/toggle_mobile.php @@ -17,5 +17,5 @@ function toggle_mobile_init(App $a) { $address = ''; } - System::externalRedirect($address); + $a->redirect($address); }