From 3260989ee251c55d1f9b6c79a54e47134269aa91 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sat, 18 Oct 2008 06:52:47 +0000 Subject: Fixed a typo --- user_guide/libraries/uri.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index a44834f48..7bebbf386 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -226,7 +226,7 @@ foreach ($segs as $segment)
    echo '<br />';
} -

$this->uri->rsegment_array(n)

+

$this->uri->rsegment_array()

This function is identical to the previous one, except that it returns the array of segments in your re-routed URI in the event you are using CodeIgniter's URI Routing feature.

-- cgit v1.2.3-24-g4f1b