Skip to content

Commit

Permalink
Fix PHP error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jul 27, 2016
1 parent b7ebb9a commit 8c1aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/admin/configure_inscription.php
Expand Up @@ -219,7 +219,7 @@
$form->addRule('pass2', get_lang('ThisFieldIsRequired'), 'required');
$form->addRule(array('pass1', 'pass2'), get_lang('PassTwo'), 'compare');
if (CHECK_PASS_EASY_TO_FIND) {
$form->addRule('password1', get_lang('PassTooEasy').': '.api_generate_password(), 'callback', 'api_check_password');
$form->addRule('pass1', get_lang('PassTooEasy').': '.api_generate_password(), 'callback', 'api_check_password');
}

// PHONE
Expand Down

0 comments on commit 8c1aa2a

Please sign in to comment.