Fixing set (allowing overwrite)

This commit is contained in:
Dennis Eichhorn 2017-02-14 23:26:54 +01:00
parent 0c3e2e98de
commit 669dfed3d2

View File

@ -115,7 +115,7 @@ class InfoManager
throw new \InvalidArgumentException('Type of $data "' . gettype($data) . '" is not supported.');
}
ArrayUtils::setArray($path, $this->info, $data, $delim);
ArrayUtils::setArray($path, $this->info, $data, $delim, true);
}
/**