aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 8fc5217054..6db4da2190 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -290,7 +290,7 @@ $sort_by_sql = array('a' => 't.topic_first_poster_name', 't' => array('t.topic_l
*
* @event core.viewforum_modify_topic_ordering
* @var array sort_by_text Topic ordering options
- * @var array sort_by_sql Topic ordering options
+ * @var array sort_by_sql Topic orderings options SQL equivalent
* @since 3.2.5-RC1
*/
$vars = array(