Solves redirect error message
This commit is contained in:
parent
c1dec50248
commit
3c1635c45f
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ function toggle_mobile_init(App $a) {
|
||||||
$address = '';
|
$address = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
System::externalRedirect($address);
|
$a->redirect($address);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue