We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79f623 commit db2a1daCopy full SHA for db2a1da
templates/container.class.tpl
@@ -84,6 +84,10 @@ class %%CLASSNAME%% extends PluginFieldsAbstractContainerInstance
84
]
85
)->current();
86
87
+ if ($related_item === null) {
88
+ continue;
89
+ }
90
+
91
//update if needed
92
if ($fields['entities_id'] != $related_item['entities_id']) {
93
$stmt->bind_param(
0 commit comments