old 'not' reference prevented 'exclude' queries from working
This commit is contained in:
parent
5abbbce881
commit
2b5c9fb20f
@ -121,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($params['exclude'])) {
|
if (isset($params['exclude'])) {
|
||||||
$this->not = intval($params['exclude']);
|
$this->exclude = intval($params['exclude']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user