User "Catrope" posted a comment on MediaWiki.r92182. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/92182#c19942 Commit summary:
* Code style and comments tweaks * Moved instance functions in MWMultiVersion up to top of file * Protected __clone function (class is a singleton) Comment: <pre> + $host = $secure ? $secure : $_SERVER['HTTP_HOST']; </pre> Not introduced here, but commenting here so you get the e-mail instead of Priyanka: <code>$secure</code> is a global variable that needs to be set globally for various things in CommonSettings.php to work. It's currently an unused local variable. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
