Fix bug in ResourceLoader causing LTR->RTL flipping to only be applied to the first...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 9 Jan 2011 16:24:09 +0000 (16:24 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 9 Jan 2011 16:24:09 +0000 (16:24 +0000)
commit57c3b082a427841468a0fc1aa64f442428b9f707
tree980bdc28d911fd76a591cef1ea61d30c7111e2ea
parent3f74d2d8a303d450f3e55a1bfc8ef5be96ee35b8
Fix bug in ResourceLoader causing LTR->RTL flipping to only be applied to the first CSS file of every module. Thanks to thedj for reporting and investigating this bug and to Nikerabbit for finding the culprit (bad use of array_map)
includes/resourceloader/ResourceLoaderFileModule.php