diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 04:28:18 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 04:28:18 +0100 |
commit | 881a79e0ce32bc579ff58449c85e183b96227615 (patch) | |
tree | ff37b9ed43ec7e55134695b37569cbcd261d8973 /user_guide/changelog.html | |
parent | fe9e919080a8f834ea20eb287b4496b5a4ea69f7 (diff) |
Fixed bug (#3445) where the routed segment array when the default controller is used was not being re-indexed to begin with 1
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 48e2a031a..dc3cabca8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -92,6 +92,7 @@ Change Log <li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>
<li>Fixed a bug in query binding (#3402).</li>
<li>Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY</li>
+ <li>Fixed a bug (#3445) where the routed segment array was not re-indexed to begin with 1 when the default controller is used.</li>
<li>Fixed assorted user guide typos.</li>
</ul>
|