[Oi-commits] r1122 - trunk/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Mon Mar 10 05:23:50 EET 2008


Author: jnmbk
Date: Mon Mar 10 05:23:50 2008
New Revision: 1122

Modified:
   trunk/forum/views.py
Log:
typo

Modified: trunk/forum/views.py
=================================================================
--- trunk/forum/views.py	(original)
+++ trunk/forum/views.py	Mon Mar 10 05:23:50 2008
@@ -34,7 +34,7 @@
             posts += forum.posts
             if forum.forum_latest_post and \
                     forum.forum_latest_post.edited > request.session['last_visit']\
-                    and not forum_latest_post.topic.id in request.session['read_topics_set']:
+                    and not forum.forum_latest_post.topic.id in request.session['read_topics_set']:
                 forum.is_read = False
             else:
                 forum.is_read = True


More information about the Oi-commits mailing list