mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13208] Add security issues to the final changelog
PHPBB3-13208
This commit is contained in:
parent
08f365236a
commit
c814483627
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if ($_SERVER['argc'] != 2)
|
|||
|
||||
$fixVersion = $_SERVER['argv'][1];
|
||||
|
||||
$query = 'project = PHPBB3
|
||||
$query = 'project IN (PHPBB3, SECURITY)
|
||||
AND resolution = Fixed
|
||||
AND fixVersion = "' . $fixVersion . '"
|
||||
AND status IN ("Unverified Fix", Closed)';
|
||||
|
|
Loading…
Add table
Reference in a new issue