matts 2003/01/29 05:51:29
Modified: lib/Apache/AxKit/Language LibXSLT.pm Log: Typo Revision Changes Path 1.18 +2 -2 xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm Index: LibXSLT.pm =================================================================== RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- LibXSLT.pm 29 Jan 2003 13:38:46 -0000 1.17 +++ LibXSLT.pm 29 Jan 2003 13:51:29 -0000 1.18 @@ -108,7 +108,7 @@ $stylesheet = XML::LibXSLT->parse_stylesheet($style_doc); - unless ($r->dir_config('AxDisableXSLTStylesheetCache') { + unless ($r->dir_config('AxDisableXSLTStylesheetCache')) { $style_cache{$style->key()} = { style => $stylesheet, mtime => time, depends => [ get_depends() ] }; }