1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

Merge pull request #3059 from nickvergessen/ticket/13208

[ticket/13208] Add security issues to the final changelog
This commit is contained in:
Marc Alexander 2014-10-23 08:56:01 -04:00
commit 6217a51920

View File

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