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:
commit
fbbc3bd517
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue