From 433687beaaa54f94fc0595ee01228e2af5d523dd Mon Sep 17 00:00:00 2001 From: Olivier Perez Date: Thu, 16 Apr 2015 13:32:45 +0200 Subject: [PATCH] Fix: Re-add 'choices' to smarty --- create_date_poll.php | 1 + 1 file changed, 1 insertion(+) diff --git a/create_date_poll.php b/create_date_poll.php index 2c47aba..54c4e1c 100644 --- a/create_date_poll.php +++ b/create_date_poll.php @@ -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');