diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-02-21 00:33:22 +0000 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-02-21 00:33:22 +0000 |
commit | 31c03803217d5b4df22e4585708db596e2996adb (patch) | |
tree | d816f48e9e3d0ca181226aa50a31123abb41ae26 | |
parent | 6b62bf3396f742e7ff2a529d608f7e85aeee7a46 (diff) |
fix markdown class
-rw-r--r-- | lib/markdown.php | 4 |
1 files 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 +?> |