Skip to content
Snippets Groups Projects
Commit af668d24 authored by Antonin's avatar Antonin
Browse files

Correcting 'Undefined index' notice on hidden

parent 213980e8
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,7 @@ $smarty->assign('comments', $comments);
$smarty->assign('editingVoteId', $editingVoteId);
$smarty->assign('message', $message);
$smarty->assign('admin', true);
$smarty->assign('hidden', $poll->hidden);
$smarty->assign('parameter_name_regex', NAME_REGEX);
$smarty->display('studs.tpl');
\ No newline at end of file
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