[svn r11872] fix a bug in my previous commit

skala
Eric Marguin 19 years ago
parent 6631ca58a8
commit 9d7dc00dc0
  1. 2
      main/inc/lib/formvalidator/FormValidator.class.php

@ -296,7 +296,7 @@ EOT;
function add_multiple_required_rule($elements, $message)
{
$this->_required[] = $elements[0];
$this -> addRule ($elements , get_lang('YouMustCheckACheckbox') , 'multiple_required');
$this -> addRule ($elements , $message , 'multiple_required');
}
/**

Loading…
Cancel
Save