summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-04-14 16:03:04 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-04-14 16:03:04 +0200
commit27b5005d23ab2d55e459b59890d0108e100cb070 (patch)
treee4c4ea329e457377aa161c8f4ac15ad5efa88c3d /user_guide
parent75eedf56b0c4bac55c3160747a500ee788cbfc18 (diff)
added check to make sure the URI path is not constructed entirely of slashes in URI::_fetch_uri_string()
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index bc1a5072c..a7ad022d2 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -103,7 +103,8 @@ Change Log
<li>Fixed an AR_caching error where it wasn't tracking table aliases (#3463).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>
<li>Fixed a bug in the Table library where the integer 0 in cell data would be displayed as a blank cell.</li>
- <li>Fixed bugs (#3523, #4350) in get_filenames() with recursion and problems with Windows when $include_path is used.</p>
+ <li>Fixed bugs (#3523, #4350) in get_filenames() with recursion and problems with Windows when $include_path is used.</li>
+ <li>Fixed a bug (#4413) where a URI containing slashes only e.g. 'http://example.com/index.php?//' would result in PHP errors</li>
</ul>
<h2>Version 1.6.1</h2>