mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/16559] Ensure event variables are defined in mcp_queue
PHPBB3-16559
This commit is contained in:
parent
93f3323074
commit
fa636e35e0
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,7 @@ class mcp_queue
|
||||||
|
|
||||||
$post_id = $request->variable('p', 0);
|
$post_id = $request->variable('p', 0);
|
||||||
$topic_id = $request->variable('t', 0);
|
$topic_id = $request->variable('t', 0);
|
||||||
|
$topic_info = [];
|
||||||
|
|
||||||
/* @var $phpbb_notifications \phpbb\notification\manager */
|
/* @var $phpbb_notifications \phpbb\notification\manager */
|
||||||
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
||||||
|
@ -1433,6 +1434,8 @@ class mcp_queue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$disapprove_reason_lang = $disapprove_reason_lang ?? '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform additional actions during post(s) disapproval
|
* Perform additional actions during post(s) disapproval
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue