commit | ca26561a987bf0ec6e2736ea4c2eab29c663b94b | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Jan 20 19:36:39 2016 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Wed Jan 20 19:39:01 2016 +0200 |
tree | 96684dc11b9004429ec5abd003d7dad414868498 | |
parent | 4e87bd3622b3b9edcb90d7d4792f4374daf46446 [diff] [blame] |
[ci skip] Remove a trailing space from latest PR merge
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 9ac9661..44f848f 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php
@@ -512,7 +512,7 @@ { $this->cur_page = str_replace(array($this->prefix, $this->suffix), '', $this->cur_page); } - } + } else { $this->cur_page = (string) $this->cur_page;