X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagrss.php;h=b0227ab391aac76cb98824b9d59885c5a83421a4;hb=6c7842129841878b65c1d686de64f98f1edcb16f;hp=912d71413d5d6df2b6359fef9a841a1a9542357b;hpb=02877224b20f87af304553f739b69544d7ac4cfa;p=quix0rs-gnu-social.git diff --git a/actions/tagrss.php b/actions/tagrss.php index 912d71413d..b0227ab391 100644 --- a/actions/tagrss.php +++ b/actions/tagrss.php @@ -32,7 +32,7 @@ class TagrssAction extends Rss10Action $this->tag = Notice_tag::staticGet('tag', $tag); if (!$this->tag) { - common_user_error(_('No such tag.')); + $this->clientError(_('No such tag.')); return false; } else { return true;