commit | e9c8c8988da2e6903b22e5444a2c9ddbe30a39ec | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Feb 17 17:29:23 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Feb 17 17:29:23 2014 +0200 |
tree | 1875ee69790723729ceec0f56b13653586739de5 | |
parent | 53d5ee6c6e595bc80851bf933215216610c052a7 [diff] |
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; }