1
0
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:
brunoais
2014-11-28 16:28:01 +00:00
parent aa10bc2059
commit 6f52873636

View File

@ -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