What steps will reproduce the problem?
1. Get Posts from Admin page Posts
No posts are displayed. I found that the pageSize and postType have been
switched with each other in DatabaseObjectProvider / GetEntries.
To fix use:
using (IDataReader reader = _procedures.GetEntries(BlogId, categoryId, pageIndex, (int)postType, pageSize))
Original issue reported on code.google.com by kelt...@gmail.com on 26 Apr 2011 at 9:34
Original issue reported on code.google.com by
kelt...@gmail.com
on 26 Apr 2011 at 9:34