diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 23:59:00 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 23:59:00 +0000 |
commit | e75498fffe766611f6f59deadffd60bff6ccae55 (patch) | |
tree | b2926081f3045e4df6b166fe4ffcf5699094f633 | |
parent | 94046d6f392844a44053afc9e6ad3a71e38f011f (diff) |
Old refresh bug
-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))) |