From 06cb8f248746b8085c9757ab679c8aff629be719 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Mon, 28 Jan 2013 07:53:32 -0500 Subject: [PATCH] Fixed issue of Michelf\MarkdownExtra not autoloading it's base class. --- Michelf/MarkdownExtra.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 69b4119..e57aabe 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -13,6 +13,10 @@ namespace Michelf; +# Just force Michelf/Markdown.php to load. This is needed to load +# the temporary implementation class. See below for details. +\Michelf\Markdown::MARKDOWN_VERSION; + # # Markdown Extra Parser Class #