From bf42eae114911548c0aef7123940d1f201cc7ddc Mon Sep 17 00:00:00 2001
From: 3D-I <marktravai@gmail.com>
Date: Sun, 18 Nov 2018 19:51:29 +0100
Subject: [PATCH] [ticket/15859] Add core.viewforum_modify_topic_ordering

PHPBB3-15859
---
 phpBB/viewforum.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(