Skip to content

Commit 3e183c6

Browse files
Fixed: active module issue
1 parent 85f690e commit 3e183c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/ContentBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ public static function storeFormGroups(Content $content, $groups, $type = null)
891891
if(!$field['content']){
892892
$row_to_delete_ids = array_diff($relatable_ids, []);
893893
}else{
894-
$row_to_delete_ids = array_diff($relatable_ids, [$field['content']]);
894+
$row_to_delete_ids = array_diff($relatable_ids, $field['content']);
895895
}
896896

897897
if(count($row_to_delete_ids) > 0)

0 commit comments

Comments
 (0)