mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15859] Add core.viewforum_modify_topic_ordering
PHPBB3-15859
This commit is contained in:
parent
b8f85325d8
commit
bf42eae114
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue