Skip to content

Commit

Permalink
correct typo so that webapp-respond-ajax-body actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
vii committed Feb 26, 2010
1 parent 7ce9974 commit d3540ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webapp/actions.lisp
Expand Up @@ -116,8 +116,8 @@
"<h1>Sorry, nothing to see here. Please go back.</h1>")))))))

(defun webapp-respond-ajax-body ()
(with-http-params ((channels nil :conv channel-string-to-states))
(channel-respond-body channels :always-body t)))
(with-http-params ((.channels. nil :conv channel-string-to-states))
(channel-respond-body .channels. :always-body t)))

(defun register-action-page ()
(defpage-lambda +action-page-name+ #'action-respond-body :defaulting-lambda-list (.id. .javascript.)))
Expand Down

0 comments on commit d3540ef

Please sign in to comment.