Skip to content
Snippets Groups Projects
Commit 433687be authored by Olivier Perez's avatar Olivier Perez
Browse files

Fix: Re-add 'choices' to smarty

parent 5660a422
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@ if (!isset($_SESSION['form']->title) || !isset($_SESSION['form']->admin_name) ||
// Display step 2
$smarty->assign('title', __('Step 2 date', 'Poll dates (2 on 3)'));
$smarty->assign('choices', $_SESSION['form']->getChoices());
$smarty->display('create_date_poll_step_2.tpl');
......
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