Fix call to conf (#2089)

This commit is contained in:
Clément OUDOT 2020-03-10 15:43:10 +01:00
parent 921cf16fcf
commit 162c49300a

View File

@ -38,7 +38,7 @@ has notifField => (
sub BUILD {
my $self = shift;
$self->extension('xml') if $self->p->conf->{oldNotifFormat};
$self->extension('xml') if $self->conf->{oldNotifFormat};
$self->logger->debug( 'Use extension "'
. $self->extension
. '" to store notification files' );