mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 01:39:28 +02:00
Merge pull request #1243 from Phyks/fix_xml_api
Fix proposition for #1242
This commit is contained in:
commit
fbbc3bd517
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class XML_Data
|
|||
public static function error($code,$string)
|
||||
{
|
||||
$string = "\t<error code=\"$code\"><![CDATA[$string]]></error>";
|
||||
self::output_xml($string);
|
||||
return self::output_xml($string);
|
||||
} // error
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue