diff --git a/actions/showstream.php b/actions/showstream.php index 1161c92d6b..29ff58a594 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) {