Page MenuHomePhabricator

Add table prefix to sub-queries in NewsletterTablePager
Closed, ResolvedPublic

Description

In includes/specials/pages/NewsletterTablePager.php on lines 54, 62, 65, and 70, sub-queries are executed in the database without the table prefix being added to table names.

This will break on wikis with table prefixes, so the prefix needs to be added.