mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16972] Rename update packages to advanced update in package.json
PHPBB3-16972
This commit is contained in:
parent
2e37b2dc2d
commit
e86daaede6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue