Skip to content

Commit

Permalink
TopEditsRepository: don't include pa_class for unsupported projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Jul 11, 2023
1 parent 224db7d commit 1afd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/TopEditsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function getTopEditsAllNamespaces(
WHERE pa_page_id = e.page_id
LIMIT 1
) AS pa_class"
: ', NULL as pa_class';
: '';

$ipcJoin = '';
$whereClause = 'rev_actor = :actorId';
Expand Down

0 comments on commit 1afd8ab

Please sign in to comment.