"GrafZahl" posted a comment on MediaWiki.r107162.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107162#c28482

Commit summary for MediaWiki.r107162:

Do not unconditionally set global variables that might be used by other 
extensions, too

GrafZahl's comment:

OK, then what's the best solution to this dilemma? One that comes to mind is to 
just duplicate the globals (e.g. use <code>$wgScoreAbc2Ly</code> instead of 
<code>$wgAbc2Ly</code>) and thus make the globals "mine" (or the extension's). 
The downside is that it duplicates work for the user, but, given the current 
globals, I guess it should be OK for the time being.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to