Make use of TagEngine::getSubselectForObjectsByTags() in TaggedArticleList
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Feb 2021 15:35:21 +0000 (16:35 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Feb 2021 15:35:21 +0000 (16:35 +0100)
commitd41c1195c5a54429ce44798759d8af665f948846
tree2d78cfeeecec197c6941848e55367710043ad876
parentc14f9a74bee21bde4bd67a28fb08047d14621137
Make use of TagEngine::getSubselectForObjectsByTags() in TaggedArticleList

Commit c9613f130106f74853fbe9a50f06c00208106b8c is fun.

It renamed the getSqlForObjectsByTags() method that was previously used in
TaggedArticleList to the current name getSubselectForObjectsByTags() and fixed
a bug in the method that prevented it from working correctly.

At the same time the commit edited TaggedArticleList to no longer use this
method and instead copied over the logic.

I'm not sure what exactly happened during the development of that commit, but
we simply should use this (fixed) method.
wcfsetup/install/files/lib/data/article/TaggedArticleList.class.php