1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/9657] Fix missing global $phpbb_container

PHPBB3-9657
This commit is contained in:
Joas Schilling 2013-03-11 12:40:33 +01:00
parent cd95d3abf7
commit f6dd688e72

View File

@ -904,7 +904,7 @@ class mcp_queue
*/
static public function disapprove_posts($post_id_list, $id, $mode)
{
global $db, $template, $user, $config;
global $db, $template, $user, $config, $phpbb_container;
global $phpEx, $phpbb_root_path, $request;
if (!check_ids($post_id_list, POSTS_TABLE, 'post_id', array('m_approve')))