]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / tag.php
index 751e8dcec52e92ef65c5a5bdce6ba4ce1159109b..ccd2c7fbe09f88cadd7d813d375ca76f676e6a81 100644 (file)
@@ -34,7 +34,7 @@ class TagAction extends ManagedAction
         $this->tag = common_canonical_tag($taginput);
 
         if (empty($this->tag)) {
-            common_redirect(common_local_url('publictagcloud'), 301);
+            throw new ClientException(_('No valid tag data.'));
         }
 
         // after common_canonical_tag we have a lowercase, no-specials tag string