diff options
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php index 029141937..ecf737eb1 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -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' => |