]> git.mxchange.org Git - friendica.git/blobdiff - mod/toggle_mobile.php
changed to this:
[friendica.git] / mod / toggle_mobile.php
index dbf0eb0f132eec123c97c40f96bc66cbb6846698..6c3651393d1a2ead726a71f7fa71c92dbf6dd74e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function toggle_mobile_init(&$a) {
+function toggle_mobile_init(App &$a) {
 
        if(isset($_GET['off']))
                $_SESSION['show-mobile'] = false;