1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

[ticket/15733] Correct "changed" tag version to 3.2.4-RC1

PHPBB3-15733
This commit is contained in:
MikelAlejoBR 2018-07-29 11:59:46 +02:00
parent 43be40c1ae
commit e710304ef5

View File

@ -83,7 +83,7 @@ $current_time = time();
* language keys.
* @since 3.1.0-a1
* @changed 3.1.2-RC1 Removed 'delete' var as it does not exist
* @changed 3.2.4 Remove unused 'lastclick' var
* @changed 3.2.4-RC1 Remove unused 'lastclick' var
*/
$vars = array(
'post_id',
@ -367,7 +367,7 @@ switch ($mode)
* @var array post_data All post data from database
* @since 3.1.3-RC1
* @changed 3.1.10-RC1 Added post_data
* @changed 3.2.4 Remove unused 'lastclick' var
* @changed 3.2.4-RC1 Remove unused 'lastclick' var
*/
$vars = array(
'post_id',