Ticket #200 (closed defect: fixed)
error if password not match
| Reported by: | openvcp@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Userpanel | Version: | 0.3 rc1 |
| Keywords: | Cc: |
Description
When a customer will change the password, following error is indicated if the passwords are not match:
Fatal error: Call to undefined function p() in /home/vserver/mods/user/options/main.php on line 63
I located the error in line 63 and 64 of the file mods/user/options/main.php
Old code:
$GUI-p(_("password's do not match")."!");
$GUI-p(_("plaese try again")."!");
New Code:
$GUI->p(_("password's do not match")."!");
$GUI->p(_("plaese try again")."!");
Change History
Note: See
TracTickets for help on using
tickets.
