diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-27 00:18:27 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-27 00:18:27 +0100 |
commit | 2c6dda41c8207ffa704934a1fbde65769ce86992 (patch) | |
tree | 9e12d9733134ed4fb6a849c7d261601c2c0e368e /user_guide | |
parent | 964366de070c20636d9037ff06d98081b9d1b0cc (diff) |
fixed recursion in get_filenames() (bug #3523)
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 3cf2ea8d9..80615aa2e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,6 +71,7 @@ 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 a bug (#3523) in get_filenames() with recursion.</p>
</ul>
<h2>Version 1.6.1</h2>
<p>Release Date: February 12, 2008</p>
|