diff options
author | Shane Pearson <bubbafoley@gmail.com> | 2011-08-22 23:11:20 +0200 |
---|---|---|
committer | Shane Pearson <bubbafoley@gmail.com> | 2011-08-22 23:11:20 +0200 |
commit | ab57a3520eafacaf2f130b3f4778a57a632fac1c (patch) | |
tree | 3ecdd8f1a5e38c3d5a79e0a6f2afe1b4d6538b4d /user_guide | |
parent | ff390b9c43f33ee734b5e8abc754539799a19357 (diff) |
Fix #8 - Load core classes from the application folder first.
Diffstat (limited to 'user_guide')
-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 9d8fd2b54..e5501abbc 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -105,6 +105,7 @@ Change Log <li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</li> <li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li> <li>Fixed a bug (#150) - <samp>field_data()</samp> now correctly returns column length.</li> + <li>Fixed a bug (#8) - Look for core classes in <samp>APPPATH</samp> first.</li> </ul> <h2>Version 2.0.3</h2> |