fixing the missing space on the if

This commit is contained in:
dogmatic69 2012-09-13 06:24:36 +01:00
parent 25b447149d
commit b1db2aeb31

View file

@ -75,7 +75,7 @@ class String {
$node = null;
}
if(empty($node)) {
if (empty($node)) {
$node = crc32(Configure::read('Security.salt'));
}