From: David Marec Date: Thu, 30 Apr 2020 08:39:03 +0000 (+0200) Subject: s/_addcall/addcall X-Git-Tag: greebo~4 X-Git-Url: http://popeye.lapinbilly.eu/git/?p=manlink.git;a=commitdiff_plain;h=2f3c520c30a30d04fe98e330352c5c16c12dc552 s/_addcall/addcall --- diff --git a/manlink.tgz b/manlink.tgz index b5bfb3d..25468e6 100644 Binary files a/manlink.tgz and b/manlink.tgz differ diff --git a/syntax.php b/syntax.php index 5204563..d9e2724 100644 --- a/syntax.php +++ b/syntax.php @@ -25,7 +25,7 @@ class syntax_plugin_manlink extends DokuWiki_Syntax_Plugin { return false; if (substr($match, 0, 1) == "!") { - $handler->_addCall('cdata', array(substr($match, 1)), $pos); + $handler->addCall('cdata', array(substr($match, 1)), $pos); return true; }