old 'not' reference prevented 'exclude' queries from working

This commit is contained in:
real_nowhereman 2009-11-21 21:02:01 +00:00
parent 5abbbce881
commit 2b5c9fb20f

View File

@ -121,7 +121,7 @@
}
if (isset($params['exclude'])) {
$this->not = intval($params['exclude']);
$this->exclude = intval($params['exclude']);
}
}