changtraingheo
09-27-2012, 01:51 AM
I added new pharse cmn_lock_change_profile, and in the plugin i call it
if ($_REQUEST['do'] == 'editpassword')
{
standard_error(fetch_error('cmn_lock_change_profil e'));
}
But, when i run it, i got this message "can not find pharse 'cmn_lock_change_profile'" ... i don't know why ...
if ($_REQUEST['do'] == 'editpassword')
{
standard_error(fetch_error('cmn_lock_change_profil e'));
}
But, when i run it, i got this message "can not find pharse 'cmn_lock_change_profile'" ... i don't know why ...