Page MenuHomePhabricator

SpecialUndeleteLinestart.patch

Authored By
bzimport
Nov 21 2014, 9:55 PM
Size
496 B
Referenced Files
None
Subscribers
None

SpecialUndeleteLinestart.patch

Index: SpecialUndelete.php
===================================================================
--- SpecialUndelete.php (revision 36096)
+++ SpecialUndelete.php (working copy)
@@ -776,7 +776,7 @@
$popts = $wgOut->parserOptions();
$popts->setEditSection( false );
$wgOut->parserOptions( $popts );
- $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, false );
+ $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, true );
}
$wgOut->addHtml(

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3850
Default Alt Text
SpecialUndeleteLinestart.patch (496 B)

Event Timeline