Fix comments-open? logic. sadness
This commit is contained in:
parent
70a93318b4
commit
ae3d83d5f2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
(cond
|
||||
((post-comments-closed-timestamp post)
|
||||
=> (lambda (at-timestamp)
|
||||
(< at-timestamp (time-second (current-time)))))
|
||||
(< (time-second (current-time)) at-timestamp)))
|
||||
(else #t))))
|
||||
|
||||
(define (post-comments-closed-timestamp post)
|
||||
|
|
Loading…
Reference in a new issue