mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #830 from dogmatic69/string-code-format
fixing the missing space on the if
This commit is contained in:
commit
c4458a9e72
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue