mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed #1457: DynamicConfig merge broken
This commit is contained in:
parent
49d67283b9
commit
0c3765bcbd
@ -28,8 +28,7 @@ class DynamicConfig extends \yii\base\Object
|
||||
*/
|
||||
public static function merge($new)
|
||||
{
|
||||
$config = self::load();
|
||||
\yii\helpers\ArrayHelper::merge($new);
|
||||
$config = \yii\helpers\ArrayHelper::merge(self::load(), $new);
|
||||
self::save($config);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user