]> git.mxchange.org Git - friendica.git/blobdiff - mod/toggle_mobile.php
Fix incorrect Temporal reference after Item function move rebase
[friendica.git] / mod / toggle_mobile.php
index caa02b1e4bd24397d7c2febd6c0567f8ae7b5fc3..2449de4aa217e3e85d5a0440b09c9fa47a0f630f 100644 (file)
@@ -14,7 +14,7 @@ function toggle_mobile_init(App $a) {
        if (isset($_GET['address'])) {
                $address = $_GET['address'];
        } else {
-               $address = App::get_baseurl();
+               $address = System::baseUrl();
        }
 
        goaway($address);