File tree 2 files changed +2
-2
lines changed
BlogEngine/BlogEngine.NET 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ private void SetFocus()
73
73
/// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
74
74
private void btnSend_Click ( object sender , EventArgs e )
75
75
{
76
- if ( Page . IsValid && txtAttachment . HasFile )
76
+ if ( Page . IsValid )
77
77
{
78
78
if ( ! UseCaptcha || IsCaptchaValid )
79
79
{
Original file line number Diff line number Diff line change 57
57
name =" MySQL Data Provider" invariant =" MySql.Data.MySqlClient"
58
58
description =" .Net Framework Data Provider for MySQL"
59
59
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" />
61
61
</DbProviderFactories >
62
62
</system .data>
63
63
<!--
You can’t perform that action at this time.
0 commit comments