summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Router.php')
-rw-r--r--system/core/Router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Router.php b/system/core/Router.php
index 06c8d4846..9276800c3 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -41,7 +41,7 @@ class CI_Router {
*
* Runs the route mapping function.
*/
- function CI_Router()
+ function __construct()
{
$this->config =& load_class('Config', 'core');
$this->uri =& load_class('URI', 'core');