mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
fixing the missing space on the if
This commit is contained in:
parent
25b447149d
commit
b1db2aeb31
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class String {
|
|||
$node = null;
|
||||
}
|
||||
|
||||
if(empty($node)) {
|
||||
if (empty($node)) {
|
||||
$node = crc32(Configure::read('Security.salt'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue