1
0
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:
David King
2012-08-20 11:57:43 -04:00
parent fbdc956a1c
commit abc0ee753d

View File

@@ -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);