Commit d8e91d1e authored by Ad Schellevis's avatar Ad Schellevis

style

parent 82fab7c3
...@@ -46,7 +46,7 @@ class ArrayField extends BaseField ...@@ -46,7 +46,7 @@ class ArrayField extends BaseField
protected function actionPostLoadingEvent() protected function actionPostLoadingEvent()
{ {
// always make sure there's a node to copy our structure from // 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]; $firstKey = array_keys($this->internalChildnodes)[0];
$this->internalTemplateNode = $this->internalChildnodes[$firstKey]; $this->internalTemplateNode = $this->internalChildnodes[$firstKey];
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment