diff --git a/fp-includes/core/core.fpdb.class.php b/fp-includes/core/core.fpdb.class.php index 071f2cd..f4b8279 100644 --- a/fp-includes/core/core.fpdb.class.php +++ b/fp-includes/core/core.fpdb.class.php @@ -121,7 +121,7 @@ } if (isset($params['exclude'])) { - $this->not = intval($params['exclude']); + $this->exclude = intval($params['exclude']); } }