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; } /**