summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/markdown.php4
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
+?>