commit | c1fa07415179d63762f1a22f0f74660a8034707f | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 21 23:50:23 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 21 23:50:23 2006 +0000 |
tree | 8eb458e58d1c221dfa01f2adc0a97cf084bcc805 | |
parent | fc6d9079f9f47d7474c65d6bec2aa7305a35df64 [diff] [blame] |
diff --git a/system/libraries/URI.php b/system/libraries/URI.php index e831d95..89ca42e 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php
@@ -280,7 +280,7 @@ $leading = '/'; $trailing = '/'; } - return ( ! isset($this->router->$which[$n])) ? '' : $leading.$this->router->$which[$n].$trailing; + return $leading.$this->$which($n).$trailing; } // --------------------------------------------------------------------