This repository was archived by the owner on Jan 10, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MediaHolder): Fixed bug where array_merge would break the keys of…
… MediaType. (#6) The array_merge would turn: Array ( [5] => 2 Column [1] => Blog [2] => Event [3] => News [4] => Publication ) into: Array ( [0] => [1] => 2 Column [2] => Blog [3] => Event [4] => News [5] => Publication ) Meaning that the set MediaType would be incorrect.
- Loading branch information