commit | 1cf89aab5fff8c8068cbf0ed18038b6e4fd4f605 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Sep 03 18:24:39 2006 +0000 |
committer | admin <devnull@localhost> | Sun Sep 03 18:24:39 2006 +0000 |
tree | 18ee7e5d935161e64460f55a1ce8ddceb2cbe046 | |
parent | 6ac4bea2da9e64fb0b434f52177353f6bd65b8e6 [diff] [blame] |
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 0bbb577..9d558f0 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php
@@ -128,7 +128,7 @@ $this->cur_page = $obj->uri->segment($this->uri_segment); } - if ( ! ctype_digit($this->cur_page)) + if ( ! is_numeric($this->cur_page)) { $this->cur_page = 0; }