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:36:39 +0100 |
commit | 1e77136c47032221ae0cdb7f6b43f56792dae224 (patch) | |
tree | 59ea63f99e26cae18bff9c1ed213b984922d5c31 /system/libraries | |
parent | 4159996fc448b70ee8454be93dd0cd77d8542828 (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; |