renamed poll_step_3.tpl

This commit is contained in:
chrosey 2018-04-20 22:04:25 +02:00 committed by Thomas Citharel
parent 586e59e23f
commit fad662e09a
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 1 additions and 1 deletions

View File

@ -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: