[ticket/16972] Rename update packages to advanced update in package.json

PHPBB3-16972
This commit is contained in:
Marc Alexander 2022-03-16 16:35:26 +01:00
parent 2e37b2dc2d
commit e86daaede6
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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