commit | e5ad2c797162091fade9a809ccc4578d835027bd | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Tue Sep 23 06:01:26 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Tue Sep 23 06:01:26 2008 +0000 |
tree | 978ef07f8be704457794e300c4d36f07f6a6dfe5 | |
parent | 9b8bc35dbaf3aa0f37885122dccb24d1d7811f1e [diff] [blame] |
change of a false test
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index aabf90d..16c9efe 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)) + if (preg_match('/[^a-zA-Z0-9\/\+=]/', $string) === FALSE) { return FALSE; }