X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcontent%2FWikitextContent.php;h=942390f68ff8d35473bba2050172e02792cd26b5;hp=d649baf89cc743845344c7782dd6a6ec3b736593;hb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;hpb=9aba586d3b758719d9aa08b236a9de93956b6a96 diff --git a/includes/content/WikitextContent.php b/includes/content/WikitextContent.php index d649baf89c..942390f68f 100644 --- a/includes/content/WikitextContent.php +++ b/includes/content/WikitextContent.php @@ -68,7 +68,6 @@ class WikitextContent extends TextContent { * @see Content::replaceSection() */ public function replaceSection( $sectionId, Content $with, $sectionTitle = '' ) { - $myModelId = $this->getModel(); $sectionModelId = $with->getModel();