commit | 790ebf3a77677dd6d7473bb14f8e9c5594ddcb46 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Wed Dec 15 10:53:35 2010 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Wed Dec 15 10:53:35 2010 -0500 |
tree | ebde73fd425de556db663d9a0defe721613f7bb5 | |
parent | 6c1d3fa35198c54c69e37aa74fa80723209c1d1e [diff] [blame] |
Changing the router to support any number of segments in the default route. Closes #261.
diff --git a/system/core/Router.php b/system/core/Router.php index 9276800..e215193 100644 --- a/system/core/Router.php +++ b/system/core/Router.php
@@ -144,7 +144,7 @@ $this->set_class($x[0]); $this->set_method($x[1]); - $this->_set_request(array($x[0], $x[1])); + $this->_set_request($x); } else {