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

--- Comment #4 from Vitaliy Filippov <vita...@yourcmc.ru> 2012-02-24 16:58:07 
UTC ---
Ok, I see... The problem shows when $wgParser is used in extensions with
clearState=false. In that case, a new ParserOutput is not created and
editsection flag is not reset in it...
Patching extensions so they use cloned $wgParser is probably more correct...
But anyway, if somebody will call parse() with clearState=false and
$options->mEditSection=true while editsection was turned off for the original
page, the result will have editsection links turned on...
So is this about parser non-reenterability again? =)

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to