Merged in bugfix/HOR-2849 (pull request #5528)
HOR-2849 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
8c8a2e6d45
@@ -819,7 +819,7 @@ class Cases
|
||||
{
|
||||
$aReturn = array();
|
||||
foreach ($aArray1 as $mKey => $mValue) {
|
||||
if (array_key_exists($mKey, $aArray2)) {
|
||||
if (is_array($aArray2) && array_key_exists($mKey, $aArray2)) {
|
||||
if (is_array($mValue)) {
|
||||
$aRecursiveDiff = $this->arrayRecursiveDiff($mValue, $aArray2[$mKey]);
|
||||
if (count($aRecursiveDiff)) {
|
||||
|
||||
Reference in New Issue
Block a user