esi update for observers
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user