mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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)
|
foreach ($params as $key => $value)
|
||||||
{
|
{
|
||||||
// some parameters do not have value
|
// some parameters do not have value
|
||||||
if($value !== null)
|
if ($value !== null)
|
||||||
{
|
{
|
||||||
$_params[] = $key . '=' . $value;
|
$_params[] = $key . '=' . $value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user