X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserxrd.php;h=7691ff155bee0a450592d7f935855778ff7299c9;hb=325cb4833db7e3fd396720f12a27b880b63f4173;hp=582f7a35e7ab8505154dc6b4ebfea9dce634e3ea;hpb=8212df3e1a132e13d2a7aed9c4f0cd1212ff44ba;p=quix0rs-gnu-social.git diff --git a/actions/userxrd.php b/actions/userxrd.php index 582f7a35e7..7691ff155b 100644 --- a/actions/userxrd.php +++ b/actions/userxrd.php @@ -56,7 +56,7 @@ class UserxrdAction extends XrdAction } if (!$this->user) { - $this->clientError(_m('No such user.'), 404); + $this->clientError(_('No such user.'), 404); return false; }