bug testing
This commit is contained in:
parent
04c919f32d
commit
8686eba653
@ -142,7 +142,9 @@ class Product extends Entity {
|
||||
}
|
||||
|
||||
if($matchAll && array_diff_assoc($terms, $matches)) {
|
||||
var_dump(array_diff_assoc($terms, $matches));
|
||||
var_dump($terms, $matches);
|
||||
// var_dump(expression);
|
||||
// var_dump(array_diff_assoc($terms, $matches));
|
||||
return array();
|
||||
}
|
||||
return $matches;
|
||||
|
Loading…
x
Reference in New Issue
Block a user