summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'mulkcms-hunchentoot.lisp')
-rw-r--r--mulkcms-hunchentoot.lisp5
1 files changed, 1 insertions, 4 deletions
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*