diff options
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index de07c94..a7aadb2 100644 --- a/sx-question.el +++ b/sx-question.el @@ -43,7 +43,7 @@ property. "Query SITE for a QUESTION-ID and return it. If QUESTION-ID doesn't exist on SITE, raise an error." (let ((res (sx-method-call 'questions - :id id + :id question-id :site site :auth t :filter sx-browse-filter))) |