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

(-)a/admin/preferences.pl (-2 / +1 lines)
Lines 54-60 sub GetTab { Link Here
54
        local_currency => $local_currency, # currency code is used, because we do not know how a given currency is formatted.
54
        local_currency => $local_currency, # currency code is used, because we do not know how a given currency is formatted.
55
    );
55
    );
56
56
57
    return YAML::Syck::Load( $tab_template->output() );
57
    return YAML::Syck::LoadFile( $tab_template->{filename} );
58
}
58
}
59
59
60
sub _get_chunk {
60
sub _get_chunk {
61
- 

Return to bug 12279