r106786 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106785‎ | r106786 | r106787 >
Date:12:36, 20 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix for r104684

Using "$result['sectionanchor'] == ''; rather than "$result['sectionanchor'] = '';"...
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1130,7 +1130,7 @@
11311131 }
11321132
11331133 $text = $this->textbox1;
1134 - $result['sectionanchor'] == '';
 1134+ $result['sectionanchor'] = '';
11351135 if ( $this->section == 'new' ) {
11361136 if ( $this->sectiontitle != '' ) {
11371137 // Insert the section title above the content.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104684)bug 15521) Use new section summary when the action of adding a new section a...catrope14:51, 30 November 2011

Status & tagging log