esi update for observers

This commit is contained in:
2021-03-21 22:30:55 +09:00
parent 6fd6db2d1d
commit 78c05aadd3

View File

@@ -102,7 +102,7 @@ class StructureHelper {
$structure = json_decode($info->raw, true);
if($structure == null) {
if(!isset($structure['name'])) {
return null;
} else {
return (string)$structure['name'];