summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-06 16:12:18 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-06 16:12:18 +0200
commit2798b5033815f9165ad10137c0866b5fdb59ea54 (patch)
tree636308611e29de880c2c5e7caf7f368a245593cd /user_guide
parentde7320bb78f02baa3b7cad3983d5b6d3a9c74f34 (diff)
fixed a bug where the dir resource was not closed in the directory helper, and made it more efficient
http://codeigniter.com/bug_tracker/bug/4206/
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 fec2d12c3..2242f86e9 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -120,6 +120,7 @@ SVN Commit: not currently released</p>
<li>Fixed a bug in <kbd>link_tag()</kbd> of the <a href="helpers/url_helper.html">URL helper</a> where a key was passed instead of a value.</li>
<li>Fixed a bug in DB_result::row() that prevented it from returning individual fields with MySQL NULL values.</li>
<li>Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459).</li>
+ <li>Fixed a bug (#4206) in the Directory Helper where the directory resource was not being closed, and minor improvements.</li>
</ul>
<h2>Version 1.6.1</h2>