This commit is contained in:
Ad Schellevis 2016-04-23 23:37:03 +02:00
parent 82fab7c386
commit d8e91d1e2e

View File

@ -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];
/**