From d6d7acef0416287bf70c0582ae874bbca6caf2eb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 10 Mar 2013 23:48:53 +0100 Subject: [PATCH] [ticket/9657] Remove already fixed todo PHPBB3-9657 --- phpBB/posting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 40ffc0d98d..51cdc04abb 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1668,7 +1668,6 @@ function handle_post_delete($forum_id, $topic_id, $post_id, &$post_data, $is_sof $s_hidden_fields['delete_permanent'] = '1'; } - // @todo: This needs fixing! AJAX confirm_box should be able to call template files! confirm_box(false, $l_confirm, build_hidden_fields($s_hidden_fields), 'confirm_delete_body.html'); } }