aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-10 23:48:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-10 23:48:53 +0100
commitd6d7acef0416287bf70c0582ae874bbca6caf2eb (patch)
treeeddd74194977fbae96b454e857e66dfd049febaf /phpBB
parent147c98fa32ba5c1aeedb73486665a461f3b375aa (diff)
downloadforums-d6d7acef0416287bf70c0582ae874bbca6caf2eb.tar
forums-d6d7acef0416287bf70c0582ae874bbca6caf2eb.tar.gz
forums-d6d7acef0416287bf70c0582ae874bbca6caf2eb.tar.bz2
forums-d6d7acef0416287bf70c0582ae874bbca6caf2eb.tar.xz
forums-d6d7acef0416287bf70c0582ae874bbca6caf2eb.zip
[ticket/9657] Remove already fixed todo
PHPBB3-9657
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/posting.php1
1 files changed, 0 insertions, 1 deletions
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');
}
}