X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FAbstractContent.php;h=e09be5673a6841d0754aa926583717099ded0e27;hb=e3e8659cfc2bc1ffe775a52671acc0d10dbb8527;hp=8ba43f68ab83e5610f28f122cd18917a0598e7aa;hpb=3e61f627927695b99f95ef6452f220f10ef87cb7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/AbstractContent.php b/includes/content/AbstractContent.php index 8ba43f68ab..e09be5673a 100644 --- a/includes/content/AbstractContent.php +++ b/includes/content/AbstractContent.php @@ -342,7 +342,7 @@ abstract class AbstractContent implements Content { * * @see Content::replaceSection */ - public function replaceSection( $section, Content $with, $sectionTitle = '' ) { + public function replaceSection( $sectionId, Content $with, $sectionTitle = '' ) { return null; }