fixed page breaking code

This commit is contained in:
Viktor Pedersen 2021-08-05 14:19:11 +02:00
parent dd2d7f3e2a
commit ee849ee176

@ -167,7 +167,9 @@ class SearchPage extends Page {
$mustIncludeArray, $mustExcludeArray, $canIncludeArray = array();
$mustIncludeArray = array();
$mustExcludeArray = array();
$canIncludeArray = array();
foreach(terms) as term{
if(term[$i][0] == "+"){
@ -203,7 +205,7 @@ class SearchPage extends Page {
}
}
else{
//$result = True;
$result = True;
}
}
if($result) {