Don't need to check that since (You) depends on the QR already.

This commit is contained in:
Nicolas Stepien 2013-04-01 02:18:34 +02:00
parent 203bbf091d
commit e4460f01a0

View File

@ -2788,12 +2788,10 @@ QuoteYou =
return if @isClone
# Stop there if there's no quotes in that post.
return unless (quotes = @quotes).length
{db} = QR
return unless db
{quotelinks} = @nodes
for quotelink in quotelinks
if db.get Get.postDataFromLink quotelink
if QR.db.get Get.postDataFromLink quotelink
$.add quotelink, $.tn QuoteYou.text
return