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


Roan Kattouw <[email protected]> changed:

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




--- Comment #4 from Roan Kattouw <[email protected]>  2009-09-30 09:12:38 
UTC ---
(In reply to comment #3)
> Created an attachment (id=6601)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6601) [details]
> Attempted fix.
> 

Please attach a patch instead of the complete EditPage.php file.

(In reply to comment #2)
> 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.)
> 
You're passing extra parameters to Article::replaceSection(), so you'd need to
modify that function to actually do something with them. Either way,
replaceSection() is not the right place to do this, as it simply merges two
sets of changes and returns the result. The return value (which is assigned to
$text) is just plain text and has no way of storing complex stuff such as minor
and watch toggles.


-- 
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