r59696 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59695‎ | r59696 | r59697 >
Date:08:22, 3 December 2009
Author:dantman
Status:ok
Tags:
Comment:
Missing $wgRequest in showSummaryInput
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

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

Status & tagging log