]> git.mxchange.org Git - friendica.git/blobdiff - mod/toggle_mobile.php
Bugfix Diaspora: We exited with the wrong return values and the guid for messages...
[friendica.git] / mod / toggle_mobile.php
index f858d8913e9c26fc2cea16a967439ca139560bf9..12a61152733033bb66de307e19e4748592d6a991 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function toggle_mobile_init(App $a) {
 
        if (isset($_GET['off'])) {
@@ -16,4 +18,3 @@ function toggle_mobile_init(App $a) {
 
        goaway($address);
 }
-