Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
Yuri Kuznetsov
2013-11-28 13:50:39 +02:00
+1 -1
View File
@@ -85,7 +85,7 @@ class Json
* @return bool
*/
public static function isJSON($json){
if ($json=='[]') {
if ($json=='[]' || $json=='{}') {
return true;
}