Skip to content

Commit

Permalink
Don't use no longer existing merge.tt (#2703)
Browse files Browse the repository at this point in the history
These are all gone - it wasn't being hit by users usually anyway,
but this was being hit in the Collection::Merge test.
  • Loading branch information
reosarevok authored Oct 18, 2022
1 parent 566e8c1 commit bf9182d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/MusicBrainz/Server/Controller/Role/Merge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ role {

method _merge_confirm => sub {
my ($self, $c) = @_;
$c->stash(
template => $c->namespace . '/merge.tt',
hide_merge_helper => 1
);
$c->stash( hide_merge_helper => 1 );

my $merger = $c->session->{merger}
or $c->res->redirect('/'), $c->detach;
Expand Down

0 comments on commit bf9182d

Please sign in to comment.