forked from GNUsocial/gnu-social
common_client_error -> common_user_error
darcs-hash:20081004173734-5ed1f-fbb4c09bc9acd26971d0a7ff58769cb77299b371.gz
This commit is contained in:
parent
adc08e9df5
commit
cb17be6d98
@ -115,7 +115,7 @@ class WebChannel extends Channel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function error($user, $text) {
|
function error($user, $text) {
|
||||||
common_client_error($text);
|
common_user_error($text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user