Various bug fixes described on the forum.

This commit is contained in:
Yuriy Pikhtarev 2017-07-29 09:05:12 +03:00
commit b54c9d0c2e
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
11 changed files with 25 additions and 22 deletions

View file

@ -1851,7 +1851,7 @@ function log_sphinx_error($err_type, $err_msg, $query = '')
}
}
function get_title_match_topics($title_match_sql, array $forum_ids = array())
function get_title_match_topics($title_match_sql, $forum_ids = [])
{
global $bb_cfg, $sphinx, $userdata, $title_match, $lang;