fixed page breaking code
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user