]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
explode WHAT, again?
[quix0rs-gnu-social.git] / actions / replies.php
index ddbbddff8ec4ae27f1f517694d162507fe0cb5df..ecf737eb1280e5fefe0bcc87ed800e33c6a0fea6 100644 (file)
@@ -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' =>