User "Aaron Schulz" changed the status of MediaWiki.r87018. Old Status: new New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87018#c0 Commit summary: Fix Fatal error that was triggered on [[Special:SpecialPages]]: * Fatal error: Call to a member function isListed() on a non-object in /htdocs/SVN/mediawiki/trunk/phase3/includes/SpecialPageFactory.php on line 343 * Caused by the mismatch in array-key from $wgSpecialPages. Apparently there needs to be atleast 1 alias matching this key. * This may not be a good fix, but atleast it removes the Fatal error for now. XXX: * Since when is this required ? Where did someone not think of extensions / backwards compatibility ? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
