diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-10-12 16:29:35 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-10-12 16:29:35 +0200 |
commit | ce43396cb7beb49558cd78cf7ef51956a74b8185 (patch) | |
tree | e93e0e7d0f5814b086acd34fef88cfe5d2c75755 /user_guide/changelog.html | |
parent | c288ea957dd5b01abba96c9644f309a2714482e7 (diff) |
Fix #83 where multiple libraries could not be loaded at once by passing an array to the load->library() function.
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 58fd78008..df2820789 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -187,6 +187,7 @@ Hg Tag: </p> <li>Fixed a bug in the Email library where CC and BCC recipients were not reset when using the clear() method (#109).</li> <li>Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2.</li> <li>Added a log message in core/output if the cache directory config value was not found.</li> + <li>Fixed a bug where multiple libraries could not be loaded by passing an array to load->library()</li> </ul> <h2>Version 1.7.2</h2> |