diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-17 08:42:15 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-17 08:42:15 -0400 |
commit | 3658b49f90ed0e15d1e0c24498b03368edfc63e8 (patch) | |
tree | 563ba0348a905c4aa7154e9c4530962eff69999a /actions/replies.php | |
parent | d9b164b3bd48ef35cfc9819718cef487ab17fa8a (diff) |
no such user in replies.
darcs-hash:20080717124215-84dde-83c2c5ec54a50bb5aa7a5adc23321dadc48083ad.gz
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' => |