Ticket #15 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

wrong user reference in show_topic view

Reported by: casseen Assigned to:
Priority: major Milestone:
Keywords: Cc:

Description

In line 98 of file /pybb/views.py the user is referenced wrongly in the moderator boolean check:

It should probably read:

request.user in topic.forum.moderators.all()

Change History

10/15/08 18:15:45 changed by lorien

  • status changed from new to closed.
  • resolution set to fixed.

Thanks. Fixed. Actually I didn't test and moderators feature yet. It just exists and I hope it works :-)

10/15/08 18:50:28 changed by casseen

You're welcome. Thanks for the pybb sources by the way