diff options
Diffstat (limited to 'phpBB/includes/functions_mcp.php')
-rw-r--r-- | phpBB/includes/functions_mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 7a3ad3ca61..375ded1bcf 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -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 |