Update next to
[manlink.git] / syntax.php
index cee0a2ae56d81b4ad366a42f8f14e91913b5c96b..5204563f7081913ad3f92808bf7212f069ca445c 100644 (file)
@@ -42,7 +42,7 @@ class syntax_plugin_manlink extends DokuWiki_Syntax_Plugin {
                elseif ($mantarget == 'DragonFlyBSD')
                        $target = 'http://mdoc.su/d/'.$manpage.'.'.$section;
 
-               $handler->_addCall('externallink', array($target, $match), $pos);
+               $handler->addCall('externallink', array($target, $match), $pos);
                return true;
        }