mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #4356 from markshawtoronto/ticket/14680
[ticket/14680] Fix wrong function name being checked in mcp_queue.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user