@@ -886,7 +886,7 @@ function load_drafts($topic_id = 0, $forum_id = 0, $id = 0, $pm_action = '', $ms
886886*/
887887function topic_review ($ topic_id , $ forum_id , $ mode = 'topic_review ' , $ cur_post_id = 0 , $ show_quote_button = true )
888888{
889- global $ user , $ auth , $ db , $ template, $ cache ;
889+ global $ user , $ auth , $ db , $ template ;
890890 global $ config , $ phpbb_root_path , $ phpEx , $ phpbb_container , $ phpbb_dispatcher ;
891891
892892 /* @var $phpbb_content_visibility \phpbb\content_visibility */
@@ -1359,7 +1359,7 @@ function delete_post($forum_id, $topic_id, $post_id, &$data, $is_soft = false, $
13591359*/
13601360function submit_post ($ mode , $ subject , $ username , $ topic_type , &$ poll_ary , &$ data_ary , $ update_message = true , $ update_search_index = true )
13611361{
1362- global $ db , $ auth , $ user , $ config , $ phpEx , $ template , $ phpbb_root_path , $ phpbb_container , $ phpbb_dispatcher , $ phpbb_log , $ request ;
1362+ global $ db , $ auth , $ user , $ config , $ phpEx , $ phpbb_root_path , $ phpbb_container , $ phpbb_dispatcher , $ phpbb_log , $ request ;
13631363
13641364 $ poll = $ poll_ary ;
13651365 $ data = $ data_ary ;
0 commit comments