mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/13841] Fix tests on 3.1 and master branch
PHPBB3-13841
This commit is contained in:
parent
7a55bcc0f3
commit
2b0acdcea4
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ function move_topics($topic_ids, $forum_id, $auto_sync = true)
|
|||
*
|
||||
* @event core.move_topics_before_query
|
||||
* @var array table_ary Array of tables from which forum_id will be updated for all rows that hold the moved topics
|
||||
* @var array topic_ids Array of the moved topic ids
|
||||
* @var array topic_ids Array of the moved topic ids
|
||||
* @var string forum_id The forum id from where the topics are moved
|
||||
* @var array forum_ids Array of the forums where the topics are moving (includes also forum_id)
|
||||
* @var bool auto_sync Whether or not to perform auto sync
|
||||
|
|
Loading…
Add table
Reference in a new issue