X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=21cae9aba5127e43a83209fc52da13432f384d7b;hb=418b3c3c53194040022c4b56bd0c0b04fd6fd4d7;hp=e0cb9783d1e38b3a98adeb1a760f87e6b5a2c290;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index e0cb9783d1..21cae9aba5 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -34,13 +34,10 @@ class TagAction extends Action if (!$this->tag) { common_redirect(common_local_url('publictagcloud'), 301); - return false; } if ($this->tag != $taginput) { - common_redirect(common_local_url('tag', array('tag' => $this->tag)), - 301); - return false; + common_redirect(common_local_url('tag', array('tag' => $this->tag)), 301); } $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;