diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 5c68a39217..8fc5217054 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -291,7 +291,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 - * @since 3.2.4 + * @since 3.2.5-RC1 */ $vars = array( 'sort_by_text', |