From 52e2a2265dfd7f71c5938dc75195f0caef4cda89 Mon Sep 17 00:00:00 2001 From: Mike Sheldon Date: Sun, 4 Apr 2010 22:26:06 +0100 Subject: [PATCH] Fix 'status' mispelt as 'statis' in xml response --- nixtape/api/ArtistXML.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixtape/api/ArtistXML.php b/nixtape/api/ArtistXML.php index 7da6df05..3e9b7028 100755 --- a/nixtape/api/ArtistXML.php +++ b/nixtape/api/ArtistXML.php @@ -98,7 +98,7 @@ class ArtistXML { return(XML::error('failed', '7', 'Invalid resource specified')); } - $xml = new SimpleXMLElement(''); + $xml = new SimpleXMLElement(''); $root = $xml->addChild('toptags', null); $root->addAttribute('artist', $artist->name); -- GitLab