-
Bug
-
Resolution: Cannot Reproduce
-
High
-
NGS - Release Candidate 1
-
None
Couldn't render template "file error - freedb/index.tt: not found"
Stack Trace
Package Line File
MusicBrainz::Server::View::Default 16 /home/musicbrainz/musicbrainz-server/lib/MusicBrainz/Server/View/Default.pm
13: my $self = shift; 14: my $c = $[0]; 15: 16: $self->next::method(@) 17: or return 0; 18: 19: return 1 unless &DBDefs::USE_ETAGS;
MusicBrainz::Server 205 /home/musicbrainz/musicbrainz-server/lib/MusicBrainz/Server.pm
202: my $c = shift; 203: 204: Translation->instance->build_languages_from_header($c->req->headers); 205: $c->$orig(@_); 206: }; 207: 208: sub gettext
{ shift; Translation->instance->gettext(@_) }
- depends on
-
MBS-78 Allow importing release from FreeDB into the release editor
- Closed