Skip to content

Commit

Permalink
Fix data provider always failing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Nov 13, 2020
1 parent d7f7bcc commit e564424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/Library/Data/SqlDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private bool CanConnect()

try
{
this.ExecuteNonQuery(this.ConnectionString, "GetDatabaseVersion");
this.ExecuteNonQuery("GetDatabaseVersion");
}
catch (SqlException ex)
{
Expand Down

0 comments on commit e564424

Please sign in to comment.