diff options
author | brunoais <brunoaiss@gmail.com> | 2014-11-28 16:28:01 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-11-28 16:28:01 +0000 |
commit | 6f52873636400cc3b59e9dbe680e4455b44d984e (patch) | |
tree | 0381db464d01565b3bffa34eec1dfb3c79456f83 /phpBB/includes/functions_mcp.php | |
parent | aa10bc205947bd99f99172a09de63a15dfddecca (diff) | |
download | forums-6f52873636400cc3b59e9dbe680e4455b44d984e.tar forums-6f52873636400cc3b59e9dbe680e4455b44d984e.tar.gz forums-6f52873636400cc3b59e9dbe680e4455b44d984e.tar.bz2 forums-6f52873636400cc3b59e9dbe680e4455b44d984e.tar.xz forums-6f52873636400cc3b59e9dbe680e4455b44d984e.zip |
[ticket/13142] Fix typo: unaproved -> unapproved
PHPBB3-13142
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 |