aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
author3D-I <marktravai@gmail.com>2018-11-18 19:51:29 +0100
committer3D-I <marktravai@gmail.com>2018-11-18 19:52:02 +0100
commitbf42eae114911548c0aef7123940d1f201cc7ddc (patch)
tree416e8646f6c998435a4de370998c44b485d20fd0 /phpBB/viewforum.php
parentb8f85325d86ca4478945fdd77da4e15b52d71a12 (diff)
downloadforums-bf42eae114911548c0aef7123940d1f201cc7ddc.tar
forums-bf42eae114911548c0aef7123940d1f201cc7ddc.tar.gz
forums-bf42eae114911548c0aef7123940d1f201cc7ddc.tar.bz2
forums-bf42eae114911548c0aef7123940d1f201cc7ddc.tar.xz
forums-bf42eae114911548c0aef7123940d1f201cc7ddc.zip
[ticket/15859] Add core.viewforum_modify_topic_ordering
PHPBB3-15859
Diffstat (limited to 'phpBB/viewforum.php')
-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(