Welcome Guest, Not a member yet? Register   Sign In
match rule, possible bug
#1

[eluser]bgreene[/eluser]
i have the following
$val->set_rules('edtpword1', 'lang:cr_password1', 'trim|required|matches[edtpword2]');
$val->set_rules('edtpword2', 'lang:cr_password2', 'trim|required');
if they don't match, 'lang:cr_password1' is correctly pulled up from the lang file but 'lang:cr_password2' is not so the error message says
"The Password field does not match the lang:cr_password2 field."
both password labels exist.
Congrats on producing a sooper dooper development system and very many thanks
#2

[eluser]drewbee[/eluser]
Yup. This has been reported : http://codeigniter.com/bug_tracker/bug/6774/




Theme © iAndrew 2016 - Forum software by © MyBB