fixed new pagebreaking code

This commit is contained in:
Viktor Pedersen 2021-08-05 14:24:08 +02:00
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))