diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-20 18:36:39 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-20 18:39:01 +0100 |
commit | ca26561a987bf0ec6e2736ea4c2eab29c663b94b (patch) | |
tree | 96684dc11b9004429ec5abd003d7dad414868498 /system/libraries | |
parent | 4e87bd3622b3b9edcb90d7d4792f4374daf46446 (diff) |
[ci skip] Remove a trailing space from latest PR merge
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Pagination.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 9ac9661ad..44f848fe0 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -512,7 +512,7 @@ class CI_Pagination { { $this->cur_page = str_replace(array($this->prefix, $this->suffix), '', $this->cur_page); } - } + } else { $this->cur_page = (string) $this->cur_page; |