aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2016-01-07 20:20:11 +0700
committerrxu <rxu@mail.ru>2016-02-27 11:55:41 +0700
commit2076280947adc24b3e9938ca72a24943ca6e880c (patch)
tree8b800ef1a19f9e41e51d990045f56c53a858ec03 /phpBB/includes/functions_posting.php
parent561344da53d77dd14298044bec90154bd232816f (diff)
downloadforums-2076280947adc24b3e9938ca72a24943ca6e880c.tar
forums-2076280947adc24b3e9938ca72a24943ca6e880c.tar.gz
forums-2076280947adc24b3e9938ca72a24943ca6e880c.tar.bz2
forums-2076280947adc24b3e9938ca72a24943ca6e880c.tar.xz
forums-2076280947adc24b3e9938ca72a24943ca6e880c.zip
[ticket/14365] Fix a typo in the docblock.
PHPBB3-14365
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index c7131f2c3f..fae8e659bb 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1137,11 +1137,11 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
* @var int cur_post_id Post offset ID
* @var int forum_id The topic's forum ID
* @var string mode The topic review mode
- * @var array post_list Aray with the post IDs
+ * @var array post_list Array with the post IDs
* @var array rowset Array with the posts data
* @var bool show_quote_button Flag indicating if the quote button should be displayed
* @var int topic_id The topic ID that is being reviewed
- * @since 3.1.8-RC1
+ * @since 3.1.9-RC1
*/
$vars = array(
'attachments',