change of a false test (yes, again)
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php
index bd74592..656d51b 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -141,7 +141,7 @@
 	{

 		$key = $this->get_key($key);

 		

-		if (preg_match('/[^a-zA-Z0-9\/\+=]/', $string) === FALSE)

+		if ( ! preg_match('/[a-zA-Z0-9\/\+=]/', $string))

 		{

 			return FALSE;

 		}