From 9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 12 Mar 2011 15:45:53 +0100 Subject: Calculate the number of comments for each article. Add Google Code Prettify. --- mulkcms-hunchentoot.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mulkcms-hunchentoot.lisp') diff --git a/mulkcms-hunchentoot.lisp b/mulkcms-hunchentoot.lisp index 3a554a7..6c5e039 100644 --- a/mulkcms-hunchentoot.lisp +++ b/mulkcms-hunchentoot.lisp @@ -13,10 +13,7 @@ (defun dispatch-mulkcms-request (request) (let* ((relative-path (subseq (script-name request) 1))) - (or (mulkcms::find-journal-archive-request-handler - relative-path - (assoc "full" (get-parameters*) :test #'equal)) - (mulkcms::find-article-request-handler relative-path)))) + (mulkcms:find-request-handler relative-path(get-parameters*)))) (defun setup-handlers () (setq *dispatch-table* -- cgit v1.2.3