diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-10 18:29:49 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-10 18:29:49 +0100 |
commit | 4e6c5281a3258b3ff530a43580d1b8dc8e34dd59 (patch) | |
tree | 4fcad14eb485b0bca43910cea63c8417f402b9ba /system/core/CodeIgniter.php | |
parent | c809726558cc5364713e49c7404e43989203c4af (diff) |
Finally get rid of the CI_Router::_set_overrides() calls
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r-- | system/core/CodeIgniter.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 45c3485bf..cc12f149f 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -163,12 +163,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); */ $RTR =& load_class('Router', 'core'); - // Set any routing overrides that may exist in the main index file - if (isset($routing)) - { - $RTR->_set_overrides($routing); - } - /* * ------------------------------------------------------ * Instantiate the output class |