Removed some whitespace.

This commit is contained in:
Josh Sherman 2009-12-20 11:27:29 -05:00
parent 653adaf365
commit 87f3376c76

View file

@ -152,7 +152,6 @@ class Security extends Object
$salt2 = $salt1;
}
return md5($salt2 . md5($salt1 . $string));
}
}