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

(-)a/tools/additional-contents.pl (-1 / +1 lines)
Lines 69-74 if ( $op eq 'add_form' ) { Link Here
69
                }
69
                }
70
            )
70
            )
71
        };
71
        };
72
        $category = $additional_content->category;
72
    }
73
    }
73
    $template->param(
74
    $template->param(
74
        additional_content => $additional_content,
75
        additional_content => $additional_content,
75
- 

Return to bug 24387