From e3cc7bd7a496b4e60fbbcbf3a527d5afe19fbc8c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 24 Oct 2014 20:11:37 -0700 Subject: [PATCH] Quotelink bug. #172 --- src/General/Get.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index c11930c98..dc2192452 100755 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -41,7 +41,7 @@ Get = # Get quotelinks & backlinks linking to the given post. quotelinks = [] {posts} = g - fullID = {post} + {fullID} = post handleQuotes = (qPost, type) -> quotelinks.push qPost.nodes[type]... quotelinks.push clone.nodes[type]... for clone in qPost.clones