From a42f38709d4628ba7e93d62a26d405bfbc0eeb69 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 1 Oct 2008 01:33:52 +0000 Subject: Removed some errant spaces --- system/libraries/Pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 58a706508..957994485 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -88,7 +88,7 @@ class CI_Pagination { { $this->$key = $val; } - } + } } } @@ -118,7 +118,7 @@ class CI_Pagination { } // Determine the current page number. - $CI =& get_instance(); + $CI =& get_instance(); if ($CI->config->item('enable_query_strings') === TRUE OR $this->page_query_string === TRUE) { -- cgit v1.2.3-24-g4f1b