bharley / mw-markdown

MediaWiki Markdown extension
MIT License
51 stars 20 forks source link

Fixed issue causing MWException on page load. #2

Closed karlwilbur closed 5 years ago

karlwilbur commented 6 years ago

This is the exception message that was happening: Original exception: exception 'MWException' with message 'Detected bug in an extension! Hook MarkdownExtension::onBeforePageDisplay failed to return a value; should return true to continue hook processing or false to abort.' in /srv/http/mediawiki/includes/Hooks.php:284

This fixes #3.