summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-08 21:55:35 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-08 21:55:35 +0200
commit8e94646b3147d5f9f70ad09b4cc0aff284b93a98 (patch)
tree6f8127a5ad347df74188930e9f8d3b6f012bf00d /user_guide
parent84ff799b603b8e65440f4a9ec55005fc284d4219 (diff)
removed extraneous error message from Upload lib on failure of validate_upload_path()
http://codeigniter.com/bug_tracker/bug/4390/
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 eef799fb5..de289f7e6 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -126,6 +126,7 @@ SVN Commit: not currently released</p>
<li>Fixed an AR bug with or_where_not_in() (#4171).</li>
<li>Fixed a bug in the FTP library where delete_dir() was not working recursively (#4215).</li>
<li>Fixed a Validation bug when set_rules() is used with a non-array field name and rule (#4220).</li>
+ <li>Fixed a bug in the Upload library that might output the same error twice (#4390).</li>
<li>Fixed an AR bug when joining with a table alias and table prefix (#4400).</li>
<li>Fixed a bug in DB Forge, when inserting an id field (#3456).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>