Skip to content

Commit

Permalink
Fix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bekker committed Apr 11, 2021
1 parent d46fb0a commit 19c55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pandoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$wgPandocExecutableOption = '--wrap=preserve';

// Register hook
$wgHooks['ParserBeforeInternalParse'][] = 'MarkdownExtension::onParserBeforeInternalParse';
$wgHooks['ParserBeforeInternalParse'][] = 'PandocExtension::onParserBeforeInternalParse';

class PandocExtension
{
Expand Down

0 comments on commit 19c55ac

Please sign in to comment.