X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=2a9a26e37bfd4ead658a459076ae082abfa8f4c9;hb=ed0143c9f001a6a3bbe51a56f82fd2476dd627d5;hp=7a18d65d0660802a0d13fc5e4261d04623c41b3f;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php index 7a18d65d06..2a9a26e37b 100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -2,7 +2,7 @@ require_once('include/bbcode.php'); -function tagrm_post(&$a) { +function tagrm_post(App &$a) { if (! local_user()) { goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']); @@ -49,7 +49,7 @@ function tagrm_post(&$a) { -function tagrm_content(&$a) { +function tagrm_content(App &$a) { $o = '';