mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
[ticket/11508] Curly brace should be on its own line...
PHPBB3-11508
This commit is contained in:
parent
5e0ab146d9
commit
5e7bcd2fa6
@ -324,7 +324,8 @@ class path_helper
|
||||
$params = array_merge($url_parts['params'], $new_params);
|
||||
|
||||
// Move the sid to the end if it's set
|
||||
if (isset($params['sid'])) {
|
||||
if (isset($params['sid']))
|
||||
{
|
||||
$sid = $params['sid'];
|
||||
unset($params['sid']);
|
||||
$params['sid'] = $sid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user