Skip to content

Commit 3662049

Browse files
authored
TopEditsController: prevent null namespace (#606)
1 parent 306da61 commit 3662049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/TopEditsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function setUpTopEdits( TopEditsRepository $topEditsRepo, AutomatedEditsH
9494
$this->project,
9595
$this->user,
9696
$this->page,
97-
$this->namespace,
97+
$this->namespace ?? 'all',
9898
$this->start,
9999
$this->end,
100100
$this->limit,

0 commit comments

Comments
 (0)