diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-04 14:16:41 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-04 14:16:41 +0200 |
commit | 7ad72975fa3cda4bf8797f788ba7445bdb4ae67a (patch) | |
tree | e972a7910eeb0fcf29d40ecc54da610cefde8f1c /user_guide | |
parent | da4f9e1291c6b4d9beb682b635a811de897fbacf (diff) |
Backport fix for issue #1699
Diffstat (limited to 'user_guide')
-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 2bb3e6916..9c36eabff 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -65,6 +65,7 @@ Change Log <li>Fixed a bug (#1543) - <a href="libraries/caching.html#file">File-based Caching</a> method <samp>get_metadata()</samp> used a non-existent array key to look for the TTL value.</li> <li>Fixed a bug (#1314) - <a href="libraries/session.html">Session Library</a> method <samp>sess_destroy()</samp> didn't destroy the userdata array. <li>Fixed a bug where the <a href="libraries/profiler.html">Profiler Library</a> issued an E_WARNING error if <a href="libraries/session.html">Session</a> userdata contains objects.</li> + <li>Fixed a bug (#1699) - <a href="libraries/migration.html">Migration Library</a> ignored the <samp>$config['migration_path']</samp> setting. </ul> <h2>Version 2.1.2</h2> |