Skip to content

Commit

Permalink
fixing the missing space on the if
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 13, 2012
1 parent 25b4471 commit b1db2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/String.php
Expand Up @@ -75,7 +75,7 @@ public static function uuid() {
$node = null;
}

if(empty($node)) {
if (empty($node)) {
$node = crc32(Configure::read('Security.salt'));
}

Expand Down

0 comments on commit b1db2ae

Please sign in to comment.