fixed debug output
This commit is contained in:
parent
41df4f6476
commit
de9dee7374
@ -117,10 +117,11 @@ class SearchPage extends Page {
|
||||
$out = array();
|
||||
foreach($items as $item) {
|
||||
|
||||
print('<br>');
|
||||
print('DEBUG $item: ');
|
||||
var_dump($item);
|
||||
print('<br>');
|
||||
$mustMatch = $item->matches($mustIncludeArray);
|
||||
print('DEBUG matchresult of $mustMatch: ');
|
||||
var_dump($mustMatch);
|
||||
print('<br>');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user