Renamed System::redirect() to $a->redirect()

This commit is contained in:
Philipp Holzer
2018-10-13 20:02:04 +02:00
parent c46caeb0d3
commit 2ef81108b3
62 changed files with 269 additions and 253 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ function toggle_mobile_init(App $a) {
if (isset($_GET['address'])) {
$address = $_GET['address'];
} else {
$address = System::baseUrl();
$address = '';
}
goaway($address);
$a->redirect($address);
}