X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDummyLinker.php;h=00d66bf13c717dce725b2f6bef588355f7fd8bad;hb=29bee071b23832173a55364453d3132a2fe26101;hp=e46c45e6ead2146e31cce55aa3ddf29fdfe235a0;hpb=1404a1f6bf6065035e74c287951b1c2126f11e55;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DummyLinker.php b/includes/DummyLinker.php index e46c45e6ea..00d66bf13c 100644 --- a/includes/DummyLinker.php +++ b/includes/DummyLinker.php @@ -345,11 +345,11 @@ class DummyLinker { return Linker::tocLineEnd(); } - public function tocList( $toc, $lang = null ) { + public function tocList( $toc, Language $lang = null ) { return Linker::tocList( $toc, $lang ); } - public function generateTOC( $tree, $lang = null ) { + public function generateTOC( $tree, Language $lang = null ) { return Linker::generateTOC( $tree, $lang ); }