summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-07-15 17:56:58 +0200
committerDerek Jones <derek.jones@ellislab.com>2009-07-15 17:56:58 +0200
commit94026d914090861da9c2826508a4597badb86af6 (patch)
treeea00f5f6be68b5f29969d94a1ce140b146110fad /user_guide
parenta14ab128263c4fe107f0412f659e96843a63cf30 (diff)
added return FALSE if directory_map() cannot read the directory
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 56081456f..2bbe832d1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -82,7 +82,7 @@ SVN Revision: </p>
<ul>
<li>Added <kbd>form_multiselect()</kbd> to the <a href="helpers/form_helper.html">Form helper</a>.</li>
<li>Modified <kbd>form_hidden()</kbd> in the <a href="helpers/form_helper.html">Form helper</a> to accept multi-dimensional arrays.</li>
- <li>Modified <kbd>directory_map()</kbd> in the <a href="helpers/directory_helper.html">Directory helper</a> to allow the inclusion of hidden files.</li>
+ <li>Modified <kbd>directory_map()</kbd> in the <a href="helpers/directory_helper.html">Directory helper</a> to allow the inclusion of hidden files, and to return FALSE on failure to read directory.</li>
</ul>
</li>
<li>General