diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-03-27 17:07:00 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-03-27 17:07:00 +0100 |
commit | 560efb353a1395f51a170f32b974c2afb897a712 (patch) | |
tree | d9a80be027a9ff9c08b4c27971c06525806ff056 /user_guide/changelog.html | |
parent | 0bb0e50151ce7f46b40d8e905888279b3728f72f (diff) |
Fixed bug #4350 in get_filenames() when the $source_dir does not include a trailing slash
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 230627abe..d70b449b5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -92,7 +92,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.</li>
+ <li>Fixed bugs (#3523, #4350) in get_filenames() with recursion.</p>
</ul>
<h2>Version 1.6.1</h2>
|