Skip to content

Commit e69aa44

Browse files
committed
Contact page send mail fixed
1 parent 89d956f commit e69aa44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlogEngine/BlogEngine.NET/contact.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private void SetFocus()
7373
/// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
7474
private void btnSend_Click(object sender, EventArgs e)
7575
{
76-
if (Page.IsValid && txtAttachment.HasFile)
76+
if (Page.IsValid)
7777
{
7878
if (!UseCaptcha || IsCaptchaValid)
7979
{

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLWeb.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
name="MySQL Data Provider" invariant="MySql.Data.MySqlClient"
5858
description=".Net Framework Data Provider for MySQL"
5959
type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data,
60-
Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
60+
Version=6.8.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
6161
</DbProviderFactories>
6262
</system.data>
6363
<!--

0 commit comments

Comments
 (0)