diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-03-05 10:13:01 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-03-05 10:13:01 -0800 |
commit | 389ab2a152282659f0aa6528dfe71e937cbfd9b3 (patch) | |
tree | 5132fc91e02c830f3430c95677fb465ed2fc2a30 /lib | |
parent | dfa7811da30f6f887812ac6eca34bd6603465099 (diff) | |
parent | 31c03803217d5b4df22e4585708db596e2996adb (diff) |
Merge branch 'master' of github.com:aaronpk/Quill
Diffstat (limited to 'lib')
-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 +?> |