X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FAbstractContent.php;h=e09be5673a6841d0754aa926583717099ded0e27;hb=435e4cab44875c2b7f910a1bb9351a8858723406;hp=8ba43f68ab83e5610f28f122cd18917a0598e7aa;hpb=2b8254b2b5f5d1a698f298204410f22a393ab9fb;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; }