mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14968] Use earlier version as written in comment
PHPBB3-14968
This commit is contained in:
parent
20a4d095de
commit
38d0f2892e
1 changed files with 2 additions and 2 deletions
|
@ -444,7 +444,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||||
array(
|
array(
|
||||||
'1.0' => array(
|
'1.0' => array(
|
||||||
'current' => '1.0.1',
|
'current' => '1.0.1',
|
||||||
'security' => '1.0.1',
|
'security' => '1.0.0',
|
||||||
),
|
),
|
||||||
'1.1' => array(
|
'1.1' => array(
|
||||||
'current' => '1.1.1',
|
'current' => '1.1.1',
|
||||||
|
@ -452,7 +452,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'current' => '1.0.1',
|
'current' => '1.0.1',
|
||||||
'security' => '1.0.1',
|
'security' => '1.0.0',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// Latest safe release is 1.1.0
|
// Latest safe release is 1.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue