Index: trunk/extensions/Score/Score.body.php |
— | — | @@ -346,7 +346,7 @@ |
347 | 347 | throw new ScoreException( wfMessage( 'score-novorbislink', $e->getMessage() ), 0, $e ); |
348 | 348 | } |
349 | 349 | } |
350 | | - if ( $options['override_ogg'] ) { |
| 350 | + if ( $options['override_ogg'] !== false ) { |
351 | 351 | try { |
352 | 352 | $link .= $parser->recursiveTagParse( "[[File:{$options['override_ogg']}]]" ); |
353 | 353 | } catch ( Exception $e ) { |