mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix count() error in XMLDisplayHandler
This commit is contained in:
parent
c8467fb588
commit
e5f53429f7
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ class XMLDisplayHandler
|
|||
*/
|
||||
function _makeXmlDoc($obj)
|
||||
{
|
||||
if(!count($obj))
|
||||
if (!countobj($obj))
|
||||
{
|
||||
return;
|
||||
return '';
|
||||
}
|
||||
|
||||
$xmlDoc = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue