diff options
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ (unless (spamp comment) (update-records 'journal-comment :where [= [slot-value 'journal-comment 'id] (id-of comment)] - :avpairs `((spam-p nil)))) + :av-pairs `((spam-p nil)))) (when (eq *site* :nfs.net) (mail-comment *notification-email* comment entry)))) (show-web-journal)) |