]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
remove replybutton formatting
[quix0rs-gnu-social.git] / actions / all.php
index a8b08565aa83e1884fcaba3b08cdbfd08544c68e..c19440052f157b5e18eed24e7d7b22dc5450b947 100644 (file)
@@ -31,7 +31,7 @@ class AllAction extends StreamAction {
                $user = User::staticGet('nickname', $nickname);
 
                if (!$user) {
-                       $this->no_such_user();
+                       $this->client_error(_t('No such user: ') . $nickname);
                        return;
                }