https://bugzilla.wikimedia.org/show_bug.cgi?id=19886


Caden Depatie <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Caden Depatie <[email protected]>  2009-09-30 03:11:38 
UTC ---
I apologize if this is completely wrong, but would something as simple as this
work? (Disclosure: completely new to this, just giving it a shot.)

Index: EditPage.php
===================================================================
--- EditPage.php        (revision 57025)
+++ EditPage.php        (working copy)
@@ -991,10 +991,10 @@
                if ( $this->isConflict ) {
                        wfDebug( "EditPage::editForm conflict! getting section
'
$this->section' for time '$this->edittime' (article time '" .
                                $this->mArticle->getTimestamp() . "')\n" );
-                       $text = $this->mArticle->replaceSection(
$this->section,
 $this->textbox1, $this->summary, $this->edittime );
+                       $text = $this->mArticle->replaceSection(
$this->section,
 $this->textbox1, $this->summary, $this->edittime, $this->minoredit,
$this->watc
hthis );
                } else {
                        wfDebug( "EditPage::editForm getting section
'$this->sec
tion'\n" );
-                       $text = $this->mArticle->replaceSection(
$this->section,
 $this->textbox1, $this->summary );
+                       $text = $this->mArticle->replaceSection(
$this->section,
 $this->textbox1, $this->summary, $this->minoredit, $this->watchthis );
                }
                if ( is_null( $text ) ) {
                        wfDebug( "EditPage::editForm activating conflict;
sectio
n replace failed.\n" );


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to