Fix submit bug.

This commit is contained in:
Hoang Huu
2019-10-15 10:54:23 +07:00
parent 43daaa49e7
commit 58816d6097
2 changed files with 61 additions and 69 deletions

View File

@@ -92,9 +92,8 @@ class Opalestate_Emails {
$mail->set_pros( $post_id, $user_id );
$return = self::send_mail_now( $mail );
echo json_encode( $return );
die();
// echo json_encode( $return );
// die();
}
/**