Fixing absolute/relative path

This commit is contained in:
Philipp Holzer 2018-10-23 12:14:17 +02:00
parent dbe49a0c1a
commit 9e322d2565
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

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