diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-13 04:01:47 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-13 04:01:47 +0200 |
commit | 0fd8f0201d843b0b4a2de614c9be2b060d1787fc (patch) | |
tree | 1a9dd3f534cd179a197392cc34fc5f3ce355f7c4 /system/codeigniter/CodeIgniter.php | |
parent | 459a8b8569f0a9ad68e928e7a3096923e6df0f2f (diff) |
minor source formatting
Diffstat (limited to 'system/codeigniter/CodeIgniter.php')
-rw-r--r-- | system/codeigniter/CodeIgniter.php | 5 |
1 files changed, 2 insertions, 3 deletions
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 |