]> git.mxchange.org Git - friendica.git/blobdiff - mod/notice.php
Coding convention continued:
[friendica.git] / mod / notice.php
index 71c4977be9bf378dff0ad65aeb076d360e9223b7..e338d8752d5485c6d96bd886897579d2570f27c0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        /* identi.ca -> friendica items permanent-url compatibility */
        
-       function notice_init(&$a){
+       function notice_init(App &$a){
                $id = $a->argv[1];
                $r = q("SELECT user.nickname FROM user LEFT JOIN item ON item.uid=user.uid WHERE item.id=%d",
                                intval($id)