diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-04-21 15:33:40 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-04-21 15:33:40 +0200 |
commit | c37f0e1ea7fd048a7b7bf7cfcb9b41d5e703f956 (patch) | |
tree | 161c0b08024bdaae5acf8f0aaae46e3693f050b8 /user_guide/changelog.html | |
parent | bb2e0250d459f7a60d6d24e38cae944c72110207 (diff) |
switched some hard /'s to DIRECTORY_SEPARATOR
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9bc64d2ad..8b4bf293e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -93,6 +93,7 @@ SVN Revision: </p> <li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.</li> <li>Fixed a fatal error in the Oracle and ODBC drivers (#6752)</li> <li>Fixed a bug where Database Forge's add_column and modify_column were not looping through when sent multiple fields.</li> + <li>Fixed a bug where the File Helper was using '/' instead of the DIRECTORY_SEPARATOR constant.</li> </ul> <h2>Version 1.7.1</h2> |