summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 3010389..220eeef 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -856,7 +856,7 @@
(defun update-comment-feeds-for-entries ()
(dotimes (entry-id (+ (find-largest-post-id) 1))
- (update-comment-feed-for-entry entryid)))
+ (update-comment-feed-for-entry entry-id)))
(defun update-comment-feed-for-entry (entry-id)
(let* ((file-name "comment-feed.xml")