]> git.mxchange.org Git - friendica.git/blobdiff - mod/mood.php
The first queries are replaced with the new functions. More to come ...
[friendica.git] / mod / mood.php
index e80a7f0976e6550ac60c20e6b48db9fe63856472..c693e7cdc980872949842a11634544ee60ee143b 100644 (file)
@@ -1,10 +1,11 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/security.php');
 require_once('include/bbcode.php');
 require_once('include/items.php');
 
-
 function mood_init(App $a) {
 
        if (! local_user()) {