mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12872] Add poster_id to viewtopic_modify_post_row
Change "rc3" to "RC3". PHPBB3-12872
This commit is contained in:
parent
f6ad9d5fd2
commit
247c5a1808
1 changed files with 1 additions and 1 deletions
|
@ -1799,7 +1799,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
|||
* @since 3.1.0-a1
|
||||
* @change 3.1.0-a3 Added vars start, current_row_number, end, attachments
|
||||
* @change 3.1.0-b3 Added topic_data array, total_posts
|
||||
* @change 3.1.0-rc3 Added poster_id
|
||||
* @change 3.1.0-RC3 Added poster_id
|
||||
*/
|
||||
$vars = array(
|
||||
'start',
|
||||
|
|
Loading…
Add table
Reference in a new issue