diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-02-16 18:47:11 +0100 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-02-16 18:47:11 +0100 |
commit | 9fcb7b64e519e17b3839b9598c598c431c4ed04a (patch) | |
tree | f663f16d5d73cbede2e05486d7d486e9052a921f /user_guide_src | |
parent | e27216f88443775534e185e192996353d4958387 (diff) | |
parent | 827a92a6965612b185ae2e6766b6fb7740cd0cc2 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 1e6248f63..f79f0093c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -106,6 +106,7 @@ Bug fixes for 3.0 - Fixed a hosting edge case where an empty $_SERVER['HTTPS'] variable would evaluate to 'on' - Fixed a bug (#154) - ``CI_Session::sess_update()`` caused the session to be destroyed on pages where multiple AJAX requests were executed at once. - Fixed a possible bug in ``CI_Input::is_ajax_request()`` where some clients might not send the X-Requested-With HTTP header value exactly as 'XmlHttpRequest'. +- Fixed a bug (#1039) - MySQL's _backup() method failed due to a table name not being escaped. Version 2.1.0 ============= |