mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-05 12:13:23 +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';
|
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
|
* @event core.mcp_sorting_unapproved_deleted_posts_query_before
|
||||||
* @var string sql The current SQL search string
|
* @var string sql The current SQL search string
|
||||||
|
Reference in New Issue
Block a user