fixed debug output

This commit is contained in:
Viktor Pedersen 2021-09-06 11:48:52 +02:00
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>');