mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
style
This commit is contained in:
parent
82fab7c386
commit
d8e91d1e2e
@ -46,7 +46,7 @@ class ArrayField extends BaseField
|
||||
protected function actionPostLoadingEvent()
|
||||
{
|
||||
// always make sure there's a node to copy our structure from
|
||||
if ($this->internalTemplateNode ==null) {
|
||||
if ($this->internalTemplateNode == null) {
|
||||
$firstKey = array_keys($this->internalChildnodes)[0];
|
||||
$this->internalTemplateNode = $this->internalChildnodes[$firstKey];
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user