Commit 06e342e6 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

style

(cherry picked from commit d8e91d1e)
parent 46c96891
...@@ -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