X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fxrd.php;h=43cb2ec73c8eac1868dc3bb2e01291fb50b813e5;hb=1d29ba83150bdd7a23e497ca9a743ac2b6158b6f;hp=40372b9d7a454c313fb7f7f3ea98cda4362cc412;hpb=63890996717507765ed219824c61bef906429e06;p=quix0rs-gnu-social.git diff --git a/lib/xrd.php b/lib/xrd.php index 40372b9d7a..43cb2ec73c 100644 --- a/lib/xrd.php +++ b/lib/xrd.php @@ -26,7 +26,6 @@ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class XRD { const XML_NS = 'http://www.w3.org/2000/xmlns/'; @@ -61,12 +60,12 @@ class XRD if (!$ok) { // TRANS: Exception. - throw new Exception(_m('Invalid XML.')); + throw new Exception(_('Invalid XML.')); } $xrd_element = $dom->getElementsByTagName('XRD')->item(0); if (!$xrd_element) { // TRANS: Exception. - throw new Exception(_m('Invalid XML, missing XRD root.')); + throw new Exception(_('Invalid XML, missing XRD root.')); } // Check for host-meta host