diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-02-16 10:19:10 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-02-16 10:19:10 +0100 |
commit | 7afc7198a4674c2d306411f91b5d188dccdf1def (patch) | |
tree | d157235e15d0721aa0f59e2fa2f22cdfac9602c2 /user_guide_src/source | |
parent | e35d6943d513b4f016b763eebe8b97a9f1c902e3 (diff) | |
parent | c51816da79d4b7a1c517142d7380234a9d8bae77 (diff) |
Merge pull request #1040 from narfbg/develop-issue-1039
Fix issue #1039
Diffstat (limited to 'user_guide_src/source')
-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 faea35872..a4904fceb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -105,6 +105,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 ============= |