]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repliesrss.php
Extract image management code to a helper function
[quix0rs-gnu-social.git] / actions / repliesrss.php
index 5f85f8d2e8b27ebd9096d49dae228a320b511c62..43be133a43a3ffb8a21e05474b96738ab504c465 100644 (file)
@@ -34,7 +34,7 @@ class RepliesrssAction extends Rss10Action
         $this->user = User::staticGet('nickname', $nickname);
 
         if (!$this->user) {
-            common_user_error(_('No such user.'));
+            $this->clientError(_('No such user.'));
             return false;
         } else {
             return true;