commit | f2b9c911bcee47166f3fdc8f2f57d1cafeade006 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Feb 16 16:56:37 2011 +0000 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Feb 16 16:56:37 2011 +0000 |
tree | 354afa3451017c1da5456cce31572db6d8473021 | |
parent | d0ac1a250608c1fe21f11bb96c4291e38962b187 [diff] [blame] |
Applied Dan's fix for the incorrectly named Sha1 class.
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 05a4234..1a65757 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() {