View | Details | Raw Unified | Return to bug 24215
Collapse All | Expand All

(-)a/about.pl (-2 / +1 lines)
Lines 486-492 $template->param( 'bad_yaml_prefs' => \@bad_yaml_prefs ) if @bad_yaml_prefs; Link Here
486
    $valid_relationships{ _bad_data } = 1; # we handle this case in another way
486
    $valid_relationships{ _bad_data } = 1; # we handle this case in another way
487
487
488
    my $wrong_relationships = [ grep { !$valid_relationships{ $_->[0] } } @{$existing_relationships} ];
488
    my $wrong_relationships = [ grep { !$valid_relationships{ $_->[0] } } @{$existing_relationships} ];
489
    if ( $wrong_relationships or $bad_relationships_count ) {
489
    if ( @$wrong_relationships or $bad_relationships_count ) {
490
490
491
        $template->param(
491
        $template->param(
492
            warnRelationships => 1,
492
            warnRelationships => 1,
493
- 

Return to bug 24215