summaryrefslogtreecommitdiff
path: root/classes/Channel.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Channel.php')
-rw-r--r--classes/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Channel.php b/classes/Channel.php
index a0dc71538..11d40d05d 100644
--- a/classes/Channel.php
+++ b/classes/Channel.php
@@ -115,7 +115,7 @@ class WebChannel extends Channel {
}
function error($user, $text) {
- common_client_error($text);
+ common_user_error($text);
}
}