Fix default implementation of ResourceLoaderModule::getStyles() to return an array...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 27 Mar 2011 14:13:57 +0000 (14:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 27 Mar 2011 14:13:57 +0000 (14:13 +0000)
commit246362f8c2acb145c01fba88c8e7bdb27f38d78e
tree40e0717238167d7996022efc48b740d27379b060
parent82915f097be1aa6fc2fe43e37a41ab0cbaabef9c
Fix default implementation of ResourceLoaderModule::getStyles() to return an array, not a string. Was causing problems with another function that was being fed the return value of getStyles() and used an array type hint
includes/resourceloader/ResourceLoaderModule.php