Skip to content

Commit

Permalink
Fix data provider always failing (#4302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes authored Nov 13, 2020
1 parent 5e80599 commit 6e1385a
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 6e1385a

Please sign in to comment.