fix json output of empty arrays

This commit is contained in:
Sarah Hoffmann
2015-08-15 09:52:48 +02:00
parent c242386ddb
commit 5c187182a3
5 changed files with 7 additions and 7 deletions

View File

@@ -1789,7 +1789,7 @@
}
else
{
$aResult['sExtraTags'] = array();
$aResult['sExtraTags'] = (object) array();
}
}
@@ -1801,7 +1801,7 @@
}
else
{
$aResult['sNameDetails'] = array();
$aResult['sNameDetails'] = (object) array();
}
}