Index: trunk/extensions/MetavidWiki/includes/articlepages/MV_SequencePage.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | function getSequenceSMIL(){ |
34 | 34 | global $wgParser,$wgOut, $wgUser, $wgEnableParserCache; |
35 | 35 | //temporally stop cache: |
36 | | - $wgEnableParserCache=false; |
| 36 | + $wgEnableParserCache = $parserOutput =false; |
37 | 37 | |
38 | 38 | if($wgEnableParserCache){ |
39 | 39 | $mvParserCache = & MV_ParserCache::singleton(); |