Merged in feature/HOR-4480 (pull request #6474)

HOR-4480

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
Roly
2018-06-04 18:13:52 +00:00
committed by Paula Quispe
25 changed files with 1791 additions and 667 deletions

View File

@@ -2047,7 +2047,7 @@ class Bootstrap
public function array_merges()
{
$array = array();
$arrays = & func_get_args();
$arrays = func_get_args();
foreach ($arrays as $array_i) {
if (is_array($array_i)) {
Bootstrap::array_merge_2($array, $array_i);