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 @@
1131
1131
}
1132
1132
1133
1133
$text = $this->textbox1;
1134
- $result['sectionanchor'] == '';
1134
+ $result['sectionanchor'] = '';
1135
1135
if ( $this->section == 'new' ) {
1136
1136
if ( $this->sectiontitle != '' ) {
1137
1137
// Insert the section title above the content.
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104684
)
bug 15521
) Use new section summary when the action of adding a new section a...
catrope
14:51, 30 November 2011
Status & tagging log
19:39, 20 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r106786
[
removed:
new
added:
ok]