"Hashar" posted a comment on MediaWiki.r107120. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107120#c28383
Commit summary for MediaWiki.r107120: A hook function shouldn't return false. This was causing MoodBar & WikiLove to not work on Incubator because they are called after WikimediaIncubator (bug 32772). Hashar's comment: Good for me. Hooks::run() use a nice foreach and whenever the hook return something else than true, it will happily exit the foreach thus skipping any extension loading after. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
