]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
common_client_error -> common_user_error
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:37:34 +0000 (13:37 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:37:34 +0000 (13:37 -0400)
darcs-hash:20081004173734-5ed1f-fbb4c09bc9acd26971d0a7ff58769cb77299b371.gz

classes/Channel.php

index a0dc7153892b2d615c0eff9f1873fb5121a15ea0..11d40d05d553f23b8c84c39d94b68a3c369a83b4 100644 (file)
@@ -115,7 +115,7 @@ class WebChannel extends Channel {
        }
        
        function error($user, $text) {
-               common_client_error($text);
+               common_user_error($text);
        }
 }