commit | 08f6020b0085842d4ae81949a0f4886c94158a55 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 03 05:28:00 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 03 05:28:00 2006 +0000 |
tree | d0b94a90f1d374c4fbc05160b12a1df07b7f52b1 | |
parent | 2e949ec0c98da2b28b67c12445fb4e6b2f838223 [diff] [blame] |
diff --git a/system/libraries/Router.php b/system/libraries/Router.php index d62cf50..7a4fd38 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php
@@ -530,6 +530,11 @@ */ function fetch_method() { + if ($this->method == $this->fetch_class()) + { + return 'index'; + } + return $this->method; }