summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-02-16 17:56:37 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-02-16 17:56:37 +0100
commitf2b9c911bcee47166f3fdc8f2f57d1cafeade006 (patch)
tree354afa3451017c1da5456cce31572db6d8473021
parentd0ac1a250608c1fe21f11bb96c4291e38962b187 (diff)
Applied Dan's fix for the incorrectly named Sha1 class.
-rw-r--r--system/libraries/Sha1.php2
-rw-r--r--user_guide/changelog.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php
index 05a42345a..1a657572b 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -42,7 +42,7 @@
* @author ExpressionEngine Dev Team
* @link http://codeigniter.com/user_guide/general/encryption.html
*/
-class CI_SHA {
+class CI_SHA1 {
public function __construct()
{
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ccfbd0528..4d3b502a8 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -76,7 +76,8 @@ Hg Tag: n/a</p>
<ul>
<li class="reactor">CLI requests can now be run from any folder, not just when CD'ed next to index.php.</li>
<li class="reactor">Fixed issue #41: Added audio/mp3 mime type to mp3.</li>
- <li class="reactor">Fixed a bug (#329) where the file caching driver referenced the incorrect cache directory.</li>
+ <li class="reactor">Fixed a bug (Core #329) where the file caching driver referenced the incorrect cache directory.</li>
+ <li class="reactor">Fixed a bug (Reactor #69) where the SHA1 library was named incorrectly.</li>
</ul>
<h2>Version 2.0.0</h2>