From 31c03803217d5b4df22e4585708db596e2996adb Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 21 Feb 2018 00:33:22 +0000 Subject: [PATCH] fix markdown class --- lib/markdown.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/markdown.php b/lib/markdown.php index b80f9a0..bdcb76f 100644 --- a/lib/markdown.php +++ b/lib/markdown.php @@ -1718,7 +1718,7 @@ class MarkdownExtra_Parser extends Markdown_Parser { "doAbbreviations" => 70, ); - parent::Markdown_Parser(); + parent::__construct(); } @@ -2950,4 +2950,4 @@ negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. */ -?> \ No newline at end of file +?>