mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/add_events] Return the correct variable
PHPBB3-9550
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user