@@ -371,7 +371,7 @@ |
||
371 | 371 | $defaultBlockArea = Block::config()->get('defaultBlockArea'); |
372 | 372 | $blockArea = $this->getField('ManyMany[BlockArea]'); |
373 | 373 | if ($defaultBlockArea !== false && $blockArea === null) { |
374 | - $this->setField('ManyMany[BlockArea]', $defaultBlockArea); |
|
374 | + $this->setField('ManyMany[BlockArea]', $defaultBlockArea); |
|
375 | 375 | } |
376 | 376 | parent::onBeforeWrite(); |
377 | 377 | } |