Merge pull request #830 from dogmatic69/string-code-format

fixing the missing space on the if
This commit is contained in:
ADmad 2012-09-12 23:41:23 -07:00
commit c4458a9e72

View file

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