aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-05 10:05:50 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-05 10:05:50 +0200
commitc8ccae7a7c253d15685d68a740dc3e1129f06082 (patch)
treeeba65b389430e8b0423e2be1af296c08d45c7b10 /phpBB/includes/functions_admin.php
parent3ce3183e61adc1115964f655b5d685590e92567d (diff)
parent20b16fda4f1ccfb9aea9de1d61394fbcd69e1e95 (diff)
downloadforums-c8ccae7a7c253d15685d68a740dc3e1129f06082.tar
forums-c8ccae7a7c253d15685d68a740dc3e1129f06082.tar.gz
forums-c8ccae7a7c253d15685d68a740dc3e1129f06082.tar.bz2
forums-c8ccae7a7c253d15685d68a740dc3e1129f06082.tar.xz
forums-c8ccae7a7c253d15685d68a740dc3e1129f06082.zip
Merge branch '3.1.x'
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 42d18d7d41..c4d74ebb36 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