aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorCHItA <mate.bartus@gmail.com>2015-06-05 07:33:40 +0200
committerCHItA <mate.bartus@gmail.com>2015-06-05 07:33:40 +0200
commit2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b (patch)
tree675e62d06d76f96a750764f3babba2d982f849a7 /phpBB/includes/functions_admin.php
parent7a55bcc0f3fc5a703b686affec413e891f558ff9 (diff)
downloadforums-2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b.tar
forums-2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b.tar.gz
forums-2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b.tar.bz2
forums-2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b.tar.xz
forums-2b0acdcea4a04a0f7ac3ceab8f80b1dd61f2f84b.zip
[ticket/13841] Fix tests on 3.1 and master branch
PHPBB3-13841
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 96e0895ff8..6155fdbd48 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -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