Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1566,7 +1566,7 @@ |
1567 | 1567 | * @return string |
1568 | 1568 | */ |
1569 | 1569 | protected function showSummaryInput( $isSubjectPreview, $summary = "" ) { |
1570 | | - global $wgOut, $wgContLang; |
| 1570 | + global $wgOut, $wgContLang, $wgRequest; |
1571 | 1571 | # Add a class if 'missingsummary' is triggered to allow styling of the summary line |
1572 | 1572 | $summaryClass = $this->missingSummary ? 'mw-summarymissed' : 'mw-summary'; |
1573 | 1573 | if ( $isSubjectPreview ) { |