X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=2e7f8b97082436e8061998997f0150d666147fcb;hb=6dd27b83ef99ca49a59e9d8786ae44138d50ef58;hp=2a9a26e37bfd4ead658a459076ae082abfa8f4c9;hpb=20e71d21a6206c03f2137eb82edf8f8b3bc644f2;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 = '';