]> git.mxchange.org Git - friendica.git/blobdiff - mod/smilies.php
Normalize App parameter declaration (mod folder, 3 out of 3)
[friendica.git] / mod / smilies.php
index 573cf17c8a1a4f238c5cfdf77b96e51f729f613d..4d8ab6bcaa55fcdb3dbd2d1929efc01a8296fd63 100644 (file)
@@ -6,7 +6,7 @@
 
 require_once("include/Smilies.php");
 
-function smilies_content(&$a) {
+function smilies_content(App $a) {
        if ($a->argv[1]==="json"){
                $tmp = Smilies::get_list();
                $results = array();