summaryrefslogtreecommitdiffstats
path: root/system/libraries/Pagination.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-20 18:36:39 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-20 18:36:39 +0100
commit1e77136c47032221ae0cdb7f6b43f56792dae224 (patch)
tree59ea63f99e26cae18bff9c1ed213b984922d5c31 /system/libraries/Pagination.php
parent4159996fc448b70ee8454be93dd0cd77d8542828 (diff)
[ci skip] Remove a trailing space from latest PR merge
Diffstat (limited to 'system/libraries/Pagination.php')
-rw-r--r--system/libraries/Pagination.php2
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;