diff --git a/studs.php b/studs.php index 1bfbb52..461d86d 100644 --- a/studs.php +++ b/studs.php @@ -203,6 +203,5 @@ $smarty->assign('editingVoteId', $editingVoteId); $smarty->assign('message', $message); $smarty->assign('admin', false); $smarty->assign('parameter_name_regex', NAME_REGEX); -$smarty->assign('parameter_name_error', _('Name is incorrect.')); $smarty->display('studs.tpl');