summaryrefslogtreecommitdiff
path: root/actions/tagrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/tagrss.php')
-rw-r--r--actions/tagrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagrss.php b/actions/tagrss.php
index 912d71413..b0227ab39 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;