esi update for observers
This commit is contained in:
@@ -102,7 +102,7 @@ class StructureHelper {
|
|||||||
|
|
||||||
$structure = json_decode($info->raw, true);
|
$structure = json_decode($info->raw, true);
|
||||||
|
|
||||||
if($structure == null) {
|
if(!isset($structure['name'])) {
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return (string)$structure['name'];
|
return (string)$structure['name'];
|
||||||
|
|||||||
Reference in New Issue
Block a user