mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-18 00:55:03 +00:00
Rename delete_comment.tpl to delete_comments.tpl
This commit is contained in:
parent
26b0c08128
commit
ce548da367
2 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ if (isset($_POST['remove_all_comments'])) {
|
|||
$smarty->assign('poll_id', $poll_id);
|
||||
$smarty->assign('admin_poll_id', $admin_poll_id);
|
||||
$smarty->assign('title', _('Poll') . ' - ' . $poll->title);
|
||||
$smarty->display('confirm/delete_comment.tpl');
|
||||
$smarty->display('confirm/delete_comments.tpl');
|
||||
exit;
|
||||
}
|
||||
if (isset($_POST['confirm_remove_all_comments'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue