From 3658b49f90ed0e15d1e0c24498b03368edfc63e8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 08:42:15 -0400 Subject: [PATCH] no such user in replies. darcs-hash:20080717124215-84dde-83c2c5ec54a50bb5aa7a5adc23321dadc48083ad.gz --- actions/replies.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actions/replies.php b/actions/replies.php index 029141937f..ecf737eb12 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' =>