]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
Changed @id to @class for notices ul
[quix0rs-gnu-social.git] / actions / peopletag.php
index 2680638d7c0e3986264bd04425b83ea15ff083eb..7bcfcb93e36581e202afd205ebd04facc873b928 100644 (file)
@@ -32,7 +32,7 @@ class PeopletagAction extends Action
         $tag = $this->trimmed('tag');
         
         if (!common_valid_profile_tag($tag)) {
-            $this->client_error(sprintf(_('Not a valid people tag: %s'), $tag));
+            $this->clientError(sprintf(_('Not a valid people tag: %s'), $tag));
             return;
         }