Bug 65252

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@806 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-24 15:05:00 +00:00
parent 33d442867c
commit 0926fe3298
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ sub header {
sub send_header
{
my $self = shift;
$self->{_header_sent} || return undef;
$self->{_header_sent} && return undef;
$self->{_header_sent} = 1;
print $self->header(@_);
}