Merged in feature/MAW-855-import-code-into-aws (pull request #2)
code import from pantheon * code import from pantheon
This commit is contained in:
@@ -253,6 +253,7 @@ class ArrayUtil {
|
||||
return true;
|
||||
}
|
||||
$diff[ $key ] = $value;
|
||||
continue;
|
||||
}
|
||||
$new_diff = self::deep_assoc_array_diff( $value, $array2[ $key ], $strict );
|
||||
if ( ! empty( $new_diff ) ) {
|
||||
|
||||
Reference in New Issue
Block a user