Solves redirect error message

This commit is contained in:
Michael 2019-01-13 18:16:26 +00:00
parent c1dec50248
commit 3c1635c45f
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ function toggle_mobile_init(App $a) {
$address = ''; $address = '';
} }
System::externalRedirect($address); $a->redirect($address);
} }