Always show vote result on adminstuds

This commit is contained in:
Olivier PEREZ 2015-04-07 21:55:34 +02:00
parent 4a83c2192a
commit 15baf349de
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +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('hidden', false);
$smarty->assign('parameter_name_regex', NAME_REGEX);
$smarty->display('studs.tpl');