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

@@ -127,7 +127,7 @@
}
else
{
$aPlace['sExtraTags'] = array();
$aPlace['sExtraTags'] = (object) array();
}
}
@@ -139,7 +139,7 @@
}
else
{
$aPlace['sNameDetails'] = array();
$aPlace['sNameDetails'] = (object) array();
}
}