First time here? Check out the FAQ!

Revision history  [back]

The macro calls had been changed so that the "visitor" parameter was no longer assigned when calling. I.E.

 post.get_comments(visitor = user)

had become

 post.get_comments()

Changing it back solved the problem.

The macro calls had been changed so that the "visitor" parameter was no longer assigned when calling. I.E.

 post.get_comments(visitor = user)

had become

 post.get_comments()

Changing passed through. Adding it back solved the problem.