1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Merge pull request #1243 from Phyks/fix_xml_api

Fix proposition for #1242
This commit is contained in:
Afterster 2016-06-09 07:16:29 +02:00
commit fbbc3bd517

View file

@ -106,7 +106,7 @@ class XML_Data
public static function error($code,$string) public static function error($code,$string)
{ {
$string = "\t<error code=\"$code\"><![CDATA[$string]]></error>"; $string = "\t<error code=\"$code\"><![CDATA[$string]]></error>";
self::output_xml($string); return self::output_xml($string);
} // error } // error
/** /**