diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-25 16:38:06 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-25 16:38:06 +0200 |
commit | 5a3284edd6f3de5871804c7e24a9d74e57b2b7a6 (patch) | |
tree | d90cedfb8239d7c2a3eb3227035160041966cb1d /user_guide/changelog.html | |
parent | d239cb78440f34502a8d136ade915a3f881c790b (diff) | |
parent | d93e6f3890fd50b9aaf1e116fa8ceb7e3f0caa05 (diff) |
Merge pull request #493 from chrisberthe/issue484
Fix #484 - Hash is never set to the cookie
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 6b4e83c2f..fc1eb46b3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -135,6 +135,7 @@ Change Log <li>Fixed a bug (#82) - WHERE clause field names in the DB <samp>update_string()</samp> method were not escaped, resulting in failed queries in some cases.</li> <li>Fixed a bug (#89) - Fix a variable type mismatch in DB <samp>display_error()</samp> where an array is expected, but a string could be set instead.</li> <li>Fixed a bug (#467) - Suppress warnings generated from get_magic_quotes_gpc() (deprecated in PHP 5.4)</li> + <li>Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php).</li> </ul> <h2>Version 2.0.3</h2> |