X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotice.php;h=b7029397b5f145c55970dbbb9ff4803b64d35b78;hb=3d1626781d473330b9d11ddea8e68d7fee237708;hp=71c4977be9bf378dff0ad65aeb076d360e9223b7;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/notice.php b/mod/notice.php index 71c4977be9..b7029397b5 100644 --- a/mod/notice.php +++ b/mod/notice.php @@ -1,7 +1,7 @@ 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)