User "IAlex" posted a comment on MediaWiki.r89869. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/89869#c19098 Commit summary:
Changed more magic __get method calls to accessors, were throwing notices Comment: You should have a problem in your working copy, because that revision '''removed''' the call to the property. Actually at the time of the revision this was not a property, but a call to the magic <code>__get()</code> method of the RequestContext object, this was changed back to the property itself in r90899. Also in this exact revision, line 611 of Skin.php is <code>$allCats = $out->getCategoryLinks();</code>. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
