mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12852] Add space after if
PHPBB3-12852
This commit is contained in:
parent
28587d0afc
commit
1d4cae9ecb
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class path_helper
|
|||
foreach ($params as $key => $value)
|
||||
{
|
||||
// some parameters do not have value
|
||||
if($value !== null)
|
||||
if ($value !== null)
|
||||
{
|
||||
$_params[] = $key . '=' . $value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue