X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=uri.lisp;fp=uri.lisp;h=76eab37ed4de5aa4b7ff90f4dfa290cbdbb38061;hp=4fe67dd1c0b696d9990283bbacf936d9a5bdf703;hb=ca586910648f4844e335d92f23e619fd2b84f969;hpb=fe6fd1cd39dd145adb1c479cab619a2ce6d1c3eb diff --git a/uri.lisp b/uri.lisp index 4fe67dd..76eab37 100644 --- a/uri.lisp +++ b/uri.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: uri.lisp,v 1.9 2003/08/10 07:38:37 kevin Exp $ +;;;; $Id: uri.lisp,v 1.10 2003/08/10 17:56:44 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -57,10 +57,10 @@ (when page (setf (request-page req) (base-page-name page ent))) (when plists - (setf (request-plist req) (car plists)) - (setf (request-next-plists req) (cdr plists)) + (setf (request-url-plist req) (car plists)) + (setf (request-url-next-plists req) (cdr plists)) (when (null page) - (awhen (getf (request-plist req) :page) + (awhen (getf (request-url-plist req) :page) (setf (request-page req) it)))) (setf (request-uri-query req) query))))