From 2ba2735388e69109ce9172e6669de1cbc72f630c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 12:05:35 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Fields/CubistMagicField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Magic/Fields/CubistMagicField.php b/src/app/Magic/Fields/CubistMagicField.php index 49b1c57..c5d1fb8 100644 --- a/src/app/Magic/Fields/CubistMagicField.php +++ b/src/app/Magic/Fields/CubistMagicField.php @@ -41,7 +41,7 @@ class CubistMagicField public function __construct($attributes) { - $this->_attributes = array_merge($attributes, $this->getDefaultAttributes()); + $this->_attributes = array_merge($this->getDefaultAttributes(), $attributes); $this->init(); } -- 2.39.5