diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 17:56:37 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 17:56:37 +0100 |
commit | f2b9c911bcee47166f3fdc8f2f57d1cafeade006 (patch) | |
tree | 354afa3451017c1da5456cce31572db6d8473021 /system/libraries/Sha1.php | |
parent | d0ac1a250608c1fe21f11bb96c4291e38962b187 (diff) |
Applied Dan's fix for the incorrectly named Sha1 class.
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r-- | system/libraries/Sha1.php | 2 |
1 files changed, 1 insertions, 1 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() { |