The array_merge approach will only shallow merge the arrays preventing a second event from contributing form fields properly. Passing by reference is the logical thing to do here. |
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||
The array_merge approach will only shallow merge the arrays preventing a second event from contributing form fields properly. Passing by reference is the logical thing to do here. |
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||