mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/add_events] Return the correct variable
PHPBB3-9550
This commit is contained in:
parent
fbdc956a1c
commit
abc0ee753d
1 changed files with 1 additions and 1 deletions
|
@ -2265,7 +2265,7 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
|
|||
|
||||
if ($append_sid_override)
|
||||
{
|
||||
return $append_sid;
|
||||
return $append_sid_override;
|
||||
}
|
||||
|
||||
$params_is_array = is_array($params);
|
||||
|
|
Loading…
Add table
Reference in a new issue