summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
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) {