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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user