Rename class

This commit is contained in:
Bilal Catic
2018-11-22 13:22:05 +01:00
parent 217dfb1889
commit 09fc3f8018
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ class Wiaas_Admin_Profile {
$phone = $_POST['phone'];
if (!Wiaas_Validation_Functions::is_phone($phone)){
if (!Wiaas_Validation::is_phone($phone)){
$errors->add('phone_error', __( '<strong>ERROR</strong>: Enter valid phone number.', 'crf' ));
};