X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=2e7f8b97082436e8061998997f0150d666147fcb;hb=e2a0a72598e494694bfc8fc731323584cbfa55ec;hp=2a9a26e37bfd4ead658a459076ae082abfa8f4c9;hpb=d2280d4120ca09ff5f3013e961a1f43bb5244cc6;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php index 2a9a26e37b..2e7f8b9708 100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -2,7 +2,7 @@ require_once('include/bbcode.php'); -function tagrm_post(App &$a) { +function tagrm_post(App $a) { if (! local_user()) { goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']); @@ -42,14 +42,14 @@ function tagrm_post(App &$a) { info( t('Tag removed') . EOL ); goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']); - + // NOTREACHED } -function tagrm_content(App &$a) { +function tagrm_content(App $a) { $o = '';