Skip to content

Commit

Permalink
fixed first part of issue #55
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Nov 17, 2013
1 parent 7858ac8 commit 5926582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yafsrc/YAF.Core/Model/AttachmentRepositoryExtensions.cs
Expand Up @@ -60,7 +60,7 @@ public static void IncrementDownloadCounter(this IRepository<Attachment> reposit
{
CodeContracts.VerifyNotNull(repository, "repository");

repository.DbFunction.GetData.attachment_download(AttachmentID: attachmentID);
repository.DbFunction.Query.attachment_download(AttachmentID: attachmentID);
}

/// <summary>
Expand Down

0 comments on commit 5926582

Please sign in to comment.