From ce548da367b3f7c286f629346386b522e995ba8e Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Sun, 21 Dec 2014 00:05:52 +0100 Subject: [PATCH] Rename delete_comment.tpl to delete_comments.tpl --- adminstuds.php | 2 +- tpl/confirm/{delete_comment.tpl => delete_comments.tpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tpl/confirm/{delete_comment.tpl => delete_comments.tpl} (100%) diff --git a/adminstuds.php b/adminstuds.php index 9297237..999d978 100644 --- a/adminstuds.php +++ b/adminstuds.php @@ -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'])) { diff --git a/tpl/confirm/delete_comment.tpl b/tpl/confirm/delete_comments.tpl similarity index 100% rename from tpl/confirm/delete_comment.tpl rename to tpl/confirm/delete_comments.tpl