mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13142] Fix typo: unaproved -> unapproved
PHPBB3-13142
This commit is contained in:
parent
aa10bc2059
commit
6f52873636
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue