fixed new pagebreaking code
This commit is contained in:
parent
ee849ee176
commit
a0128ce029
@ -171,7 +171,7 @@ class SearchPage extends Page {
|
||||
$mustExcludeArray = array();
|
||||
$canIncludeArray = array();
|
||||
|
||||
foreach(terms) as term{
|
||||
foreach(terms as term) {
|
||||
if(term[$i][0] == "+"){
|
||||
// adds to mustIncludeArray
|
||||
$mustIncludeArray[] = array(substr(term[$i], 1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user