X-Git-Url: http://popeye.lapinbilly.eu/git/?p=manlink.git;a=blobdiff_plain;f=syntax.php;h=d9e2724133e201549bc0a4e7385ccc3f640fe1ff;hp=5204563f7081913ad3f92808bf7212f069ca445c;hb=2f3c520c30a30d04fe98e330352c5c16c12dc552;hpb=a01ed11c18f43871aa8f254ae9152333910653e2 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; }