commit | 27a536dd3570f867ef807ab12391da032b32f09a | [log] [tgz] |
---|---|---|
author | Mike Funk <mfunk@xulonpress.com> | Thu Feb 23 14:52:23 2012 -0500 |
committer | Mike Funk <mfunk@xulonpress.com> | Thu Feb 23 14:52:23 2012 -0500 |
tree | 344b7dab21ea563e54567e428de3791c146e3ae3 | |
parent | 8afb848fded8fbdfa24b72df7f067e960c83c0e8 [diff] | |
parent | e2675736f3a68b1f64e135d827f6a70e0ae892fb [diff] |
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 4247351..429f651 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -988,7 +988,7 @@ */ public function limit($value, $offset = NULL) { - $this->ar_limit = (int) $value; + $this->ar_limit = $value; if ( ! is_null($offset)) {