No need to add lang to file name
This commit is contained in:
parent
7736059d23
commit
38cba683f9
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
|||
(define-easy-handler (questionnaire-submit :uri #'questionnaire-submit-uri) (lang)
|
||||
(let ((post-params (post-parameters* *request*))
|
||||
(id (second (split-uri (hunchentoot:request-uri*)))))
|
||||
(store-response (ensure-data-file-exist id lang) post-params)
|
||||
"thank you"))
|
||||
(store-response (ensure-data-file-exist id) post-params)
|
||||
(ml-survey/views:questionnaire-submit)))
|
||||
|
||||
(defun survey-uri-p (uri)
|
||||
"Check if the request URI matches the pattern '/survey/<numeric>'"
|
||||
|
|
Loading…
Add table
Reference in a new issue