diff options
| author | 3D-I <marktravai@gmail.com> | 2018-11-11 21:49:34 +0100 |
|---|---|---|
| committer | 3D-I <marktravai@gmail.com> | 2018-11-11 21:49:51 +0100 |
| commit | b8f85325d86ca4478945fdd77da4e15b52d71a12 (patch) | |
| tree | bb2bb68a4dec8d6ad2b5487fa59bc91d8f5a189d | |
| parent | dbb476d813ee45440e9ebddf7e3827a109186d4d (diff) | |
| download | forums-b8f85325d86ca4478945fdd77da4e15b52d71a12.tar forums-b8f85325d86ca4478945fdd77da4e15b52d71a12.tar.gz forums-b8f85325d86ca4478945fdd77da4e15b52d71a12.tar.bz2 forums-b8f85325d86ca4478945fdd77da4e15b52d71a12.tar.xz forums-b8f85325d86ca4478945fdd77da4e15b52d71a12.zip | |
[ticket/15859] Add core.viewforum_modify_topic_ordering
PHPBB3-15859
| -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', |
