Ticket #200 (closed defect: fixed)

Opened 5 years ago

Last modified 22 months ago

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

Changed 5 years ago by ftx

  • status changed from new to closed
  • resolution set to fixed

fixed in r495

Changed 22 months ago by anonymous

vbm

Note: See TracTickets for help on using tickets.