Fix #2884
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index f2d38a8..99552ec 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -344,7 +344,7 @@
 
 		foreach ($params as $key => $val)
 		{
-			if (property_exists($this, $this->$key))
+			if (property_exists($this, $key))
 			{
 				$this->$key = $val;
 			}