MT#7705 Fix undef check in logger

agranig/webphone
Andreas Granig 11 years ago
parent b8d779bb55
commit 71acba7111

@ -172,8 +172,7 @@ method info ($self: Catalyst :$c, Str :$desc, :$log?, :$type = 'panel', :$data?)
# we explicitly declare the invocant to skip the validation for Object
# because we want a class method instead of an object method
# undef checks
$desc ||= '';
$desc //= '';
my $log_params = $self->get_log_params(c => $c,
type => $type,

Loading…
Cancel
Save