mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14680] Fix wrong function name being checked in mcp_queue.
PHPBB3-14680
This commit is contained in:
parent
6a73188e6a
commit
4d50a1daa5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class mcp_queue
|
|||
|
||||
if (!empty($topic_id_list) && $mode == 'deleted_topics')
|
||||
{
|
||||
if (!function_exists('mcp_delete_topics'))
|
||||
if (!function_exists('mcp_delete_topic'))
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
include($phpbb_root_path . 'includes/mcp/mcp_main.' . $phpEx);
|
||||
|
|
Loading…
Add table
Reference in a new issue