'Fix' fatal in LiquidThreads from
r84475. I say 'fixed' in the loosest possible sense because I have absolutely no idea why that rev should have triggered this error. Accessing-method-of-non-object errors seem to be an ongoing bug in LQT (
bug 17553), so I suspect that this was an edgecase waiting to happen, and the changes in
r84475 just shifted codeflow around in such a way as to make it happen. All I've done here is make the "$article->getTitle()->equals()" comparisons safely become false if $article is null.