]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't redirect to tag cloud on /tag URL
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 27 Aug 2016 13:06:12 +0000 (15:06 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 27 Aug 2016 13:06:12 +0000 (15:06 +0200)
(this is probably just while we pluginify TagCloud)

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