Skip to content
Snippets Groups Projects
Commit ce548da3 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Rename delete_comment.tpl to delete_comments.tpl

parent 26b0c081
No related branches found
No related tags found
No related merge requests found
......@@ -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'])) {
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment