1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge pull request #6372 from marc1706/ticket/16972

[ticket/16972] Rename update packages to advanced update in package.json
This commit is contained in:
Marc Alexander
2022-03-17 20:05:36 +01:00

View File

@@ -84,7 +84,7 @@ foreach ($older_verions as $version)
'phpBB ' . $version . ' to ' . $current_version . ' Update Package',
'phpBB-' . $version . '_to_' . $current_version,
'update',
'update',
'advanced_update',
$version
);
}