Skip to content

Commit 189347a

Browse files
fix : Undefined array key parent_id
1 parent c976e9b commit 189347a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component/admin/src/Model/ProcessorModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ protected function getOrCreateTag(string $tagName, array &$counts, ?array $sourc
10441044
'description' => $sourceData['description'] ?? '',
10451045
'published' => 1,
10461046
'access' => 1,
1047+
'parent_id' => 1,
10471048
'language' => '*',
10481049
];
10491050

0 commit comments

Comments
 (0)