diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-19 18:12:31 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-19 18:12:31 +0100 |
commit | 500b9d3af54b6c4d221bf148206307988abc4420 (patch) | |
tree | 5acaf928368235a519af94d024955c3a6bd845b1 /user_guide/changelog.html | |
parent | bab7ed9f660ef16f48cd9cf299e6e440b3f1d75c (diff) |
Fixed bug #3268 where router could leave '/' as the path
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 07a605e4e..74068ef35 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -147,6 +147,7 @@ Change Log <h3>Bug fixes for Version 1.6.0</h3>
<ul>
+ <li>Fixed a bug (#3268) where the Router could leave '/' as the path.</li>
<li>Fixed a bug in <kbd>highlight_phrase()</kbd> that caused an error with slashes.</li>
<li>Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.</li>
<li>Fixed a bug in the <a href="./libraries/file_uploading.html">upload library</a> when allowed_files wasn't defined.</li>
|