mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12852] Add space after if
PHPBB3-12852
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user