We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2dc48 commit b6ef07aCopy full SHA for b6ef07a
Classes/Backend/FormDataProvider/CategoryDefaultValueProvider.php
@@ -19,7 +19,7 @@ public function addData(array $result): array
19
{
20
if ($result['command'] !== 'new' ||
21
$result['tableName'] !== 'sys_category' ||
22
- $result['parentPageRow']['module'] !== 'blog') {
+ ($result['parentPageRow']['module'] ?? null) !== 'blog') {
23
return $result;
24
}
25
0 commit comments