diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:37:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:37:34 -0400 |
commit | cb17be6d98536a306dd4c3002185180576d886f9 (patch) | |
tree | 77a1fb2cb90107e2275b2f0f0926f4fc360b18ed /classes/Channel.php | |
parent | adc08e9df57461f2fc36d08cd3b92b6867895eed (diff) |
common_client_error -> common_user_error
darcs-hash:20081004173734-5ed1f-fbb4c09bc9acd26971d0a7ff58769cb77299b371.gz
Diffstat (limited to 'classes/Channel.php')
-rw-r--r-- | classes/Channel.php | 2 |
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); } } |