1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/17481] Make build package directory version independent

PHPBB-17481
This commit is contained in:
Marc Alexander
2025-03-03 21:29:38 +01:00
parent 3081db5f0b
commit c0504c2e01
4 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ else
{
$fixVersion = $_SERVER['argv'][1];
$query = 'project IN (PHPBB3, SECURITY)
$query = 'project IN (PHPBB, PHPBB3, SECURITY)
AND resolution = Fixed
AND fixVersion = "' . $fixVersion . '"
AND status IN ("Unverified Fix", Closed)';