common_client_error -> common_user_error

darcs-hash:20081004173734-5ed1f-fbb4c09bc9acd26971d0a7ff58769cb77299b371.gz
This commit is contained in:
Evan Prodromou 2008-10-04 13:37:34 -04:00
parent adc08e9df5
commit cb17be6d98
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class WebChannel extends Channel {
}
function error($user, $text) {
common_client_error($text);
common_user_error($text);
}
}