X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Freplies.php;h=ecf737eb1280e5fefe0bcc87ed800e33c6a0fea6;hb=ba3ca4f6bbf203b810f26ca061087fcad28218e5;hp=ddbbddff8ec4ae27f1f517694d162507fe0cb5df;hpb=87b494f1ebbe7640d194ef322af12fdf378295df;p=quix0rs-gnu-social.git diff --git a/actions/replies.php b/actions/replies.php index ddbbddff8e..ecf737eb12 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -38,7 +38,7 @@ class RepliesAction extends StreamAction { $profile = $user->getProfile(); if (!$profile) { - common_server_error(_('User record exists without profile.')); + common_server_error(_('User has no profile.')); return; } @@ -53,6 +53,10 @@ class RepliesAction extends StreamAction { common_show_footer(); } + function no_such_user() { + common_user_error(_('No such user.')); + } + function show_header($user) { common_element('link', array('rel' => 'alternate', 'href' => common_local_url('repliesrss', array('nickname' =>