diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 1161c92d6..29ff58a59 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -107,7 +107,7 @@ class ShowstreamAction extends StreamAction { } function no_such_user() { - common_user_error(_('No such user.')); + $this->client_error(_('No such user.'), 404); } function show_profile($profile) { |