NopObjectContext

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Don't know if this is an error in the coding but I think I might have found a mistake:

In the NopObjectContext under Sp_Forums_PrivateMessageLoadAll class, "isDeletedByAuthor", typeof(decimal));

Since in the table, Nop_Forums_PrivateMessage, IsDeletedByAuthor is a bit, not a decimal, shouldn't the code read:

isDeletedByAuthorParameter = new ObjectContext("isDeleteByAuthor", typeof(bool));  ?

Line 1887.
13 years ago
It doesn't cause any errors or problems but it'll be fixed in the next release
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.