fixed typo
This commit is contained in:
parent
8ec74b09c7
commit
e882957746
@ -130,12 +130,12 @@ class SearchPage extends Page {
|
||||
if ($item->matches($mustExcludeTerm)) {
|
||||
$mustExcludeCheck[] = False;
|
||||
print('Added FALSE to $mustExcludeCheck[] because of maching ');
|
||||
print('$mustExcludeTerm');
|
||||
print($mustExcludeTerm);
|
||||
print('<br>');
|
||||
} else {
|
||||
$mustExcludeCheck[] = True;
|
||||
print('Added TRUE to $mustExcludeCheck[] because of not maching ');
|
||||
print('$mustExcludeTerm');
|
||||
print($mustExcludeTerm);
|
||||
print('<br>');
|
||||
}
|
||||
print('DEBUG $item: ');
|
||||
|
Loading…
x
Reference in New Issue
Block a user