fix broken build

This commit is contained in:
Neil Lalonde 2017-08-11 15:36:38 -04:00
parent 993eeff6a2
commit 38208b4600
1 changed files with 4 additions and 4 deletions

View File

@ -251,10 +251,10 @@ SQL
if postInfo if postInfo
postInfo[2] = if SiteSetting.solved_quote_length > 0 postInfo[2] = if SiteSetting.solved_quote_length > 0
PrettyText.excerpt(postInfo[2], SiteSetting.solved_quote_length) PrettyText.excerpt(postInfo[2], SiteSetting.solved_quote_length)
else else
nil nil
end end
return postInfo return postInfo
end end
end end