From: Evan Prodromou Date: Sat, 4 Oct 2008 17:37:34 +0000 (-0400) Subject: common_client_error -> common_user_error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb17be6d98536a306dd4c3002185180576d886f9;p=quix0rs-gnu-social.git common_client_error -> common_user_error darcs-hash:20081004173734-5ed1f-fbb4c09bc9acd26971d0a7ff58769cb77299b371.gz --- diff --git a/classes/Channel.php b/classes/Channel.php index a0dc715389..11d40d05d5 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); } }