Fixed a bug in PollsParticipated

main
Inga 🏳‍🌈 14 years ago
parent f7af57bc55
commit 7e7af41fd6
  1. 2
      IISMainHandler/handlers/response/UserPollsParticipatedHandler.cs

@ -33,7 +33,7 @@ namespace FLocal.IISHandler.handlers.response {
new ComparisonCondition( new ComparisonCondition(
Poll.Vote.TableSpec.instance.getColumnSpec(Poll.Vote.TableSpec.FIELD_USERID), Poll.Vote.TableSpec.instance.getColumnSpec(Poll.Vote.TableSpec.FIELD_USERID),
ComparisonType.EQUAL, ComparisonType.EQUAL,
context.session.account.user.id.ToString() user.id.ToString()
), ),
pageOuter, pageOuter,
new JoinSpec[0], new JoinSpec[0],

Loading…
Cancel
Save