mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 03:53:15 +02:00
[ticket/13142] Fix typo: unaproved -> unapproved
PHPBB3-13142
This commit is contained in:
@ -424,7 +424,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by
|
||||
AND t.topic_visibility <> p.post_visibility';
|
||||
|
||||
/**
|
||||
* This event allows you to control the SQL query to retrieve the list of unaproved and deleted posts
|
||||
* This event allows you to control the SQL query to retrieve the list of unapproved and deleted posts
|
||||
*
|
||||
* @event core.mcp_sorting_unapproved_deleted_posts_query_before
|
||||
* @var string sql The current SQL search string
|
||||
|
Reference in New Issue
Block a user