From fad662e09a6b57d8ece07c524d8d7eb90befeb28 Mon Sep 17 00:00:00 2001
From: chrosey <christian.seyfferth@gmail.com>
Date: Fri, 20 Apr 2018 22:04:25 +0200
Subject: [PATCH] renamed poll_step_3.tpl

---
 create_date_poll.php                                          | 2 +-
 tpl/{create_classic_poll_step3.tpl => create_poll_step_3.tpl} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tpl/{create_classic_poll_step3.tpl => create_poll_step_3.tpl} (100%)

diff --git a/create_date_poll.php b/create_date_poll.php
index b27f7a07..df1757dc 100644
--- a/create_date_poll.php
+++ b/create_date_poll.php
@@ -186,7 +186,7 @@ switch ($step) {
         $smarty->assign('default_poll_duration', $config['default_poll_duration']);
         $smarty->assign('use_smtp', $config['use_smtp']);
 
-        $smarty->display('create_classic_poll_step3.tpl');
+        $smarty->display('create_poll_step3.tpl');
         exit;
 
     case 4:
diff --git a/tpl/create_classic_poll_step3.tpl b/tpl/create_poll_step_3.tpl
similarity index 100%
rename from tpl/create_classic_poll_step3.tpl
rename to tpl/create_poll_step_3.tpl
-- 
GitLab