Page MenuHomePhabricator

talkpagetext.patch

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

talkpagetext.patch

Index: EditPage.php
===================================================================
--- EditPage.php (revision 27154)
+++ EditPage.php (working copy)
@@ -436,7 +436,7 @@
if( $this->formtype == 'initial' || $this->firsttime )
$this->showIntro();
- if( $this->mTitle->isTalkPage() ) {
+ if( $this->mTitle->isTalkPage() && $this->mTitle->exists() ) {
$wgOut->addWikiText( wfMsg( 'talkpagetext' ) );
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4077
Default Alt Text
talkpagetext.patch (428 B)

Event Timeline