summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-01 16:59:47 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-01 16:59:47 +0100
commita0fa90b1bbb61d47bcc9bc95d983e66dfc8732dd (patch)
treeb862a295adcd6a1ea1d6a116fcb9979bb233eeba /user_guide
parent848b77685de0346da3f9fb8614e59f7d11552e61 (diff)
Fixed a bug in get_filenames() in the File Helper where the array wasn't cleared after each call.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3c234654c..b28ec8c46 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -100,6 +100,7 @@ Change Log
<li>Fixed a bug in the cookie helper "set_cookie" function. It was not honoring the config settings.</li>
<li>Fixed a bug that was making validation callbacks required even when not set as such.</li>
<li>Fixed a bug in _object_to_array that broke some types of inserts and updates.</li>
+ <li>Fixed a bug in <kbd>get_filenames()</kbd> in the <a href="./helpers/file_helper.html">File Helper </a>where the array wasn't cleared after each call.</li>
<li>Fixed an example of comma-separated emails in the email library documentation.</li>
<li>Fixed an example in the Calendar library for Showing Next/Previous Month Links.</li>
<li>Fixed a typo in the database language file.</li>