From f6aecf706a4022bed6b11929522664d1cebfee08 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 8 Aug 2011 13:15:27 -0500 Subject: [PATCH] Refactor the encryption class. --- system/crypt.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/system/crypt.php b/system/crypt.php index e3965751..69287a39 100644 --- a/system/crypt.php +++ b/system/crypt.php @@ -69,10 +69,8 @@ class Crypt { { return MCRYPT_DEV_RANDOM; } - else - { - return MCRYPT_RAND; - } + + return MCRYPT_RAND; } /**