From 0fd8f0201d843b0b4a2de614c9be2b060d1787fc Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 13 May 2008 02:01:47 +0000 Subject: minor source formatting --- system/codeigniter/CodeIgniter.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system/codeigniter/CodeIgniter.php') diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 4eb31cbcd..5a01eb86c 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -229,8 +229,8 @@ else } // Call the requested method. - // Any URI segments present (besides the class/function) will be passed to the method for convenience - call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); + // Any URI segments present (besides the class/function) will be passed to the method for convenience + call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); } } @@ -273,6 +273,5 @@ if (class_exists('CI_DB') AND isset($CI->db)) } - /* End of file CodeIgniter.php */ /* Location: ./system/codeigniter/CodeIgniter.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b