Changed to always calling ResourceLoader::intitialize rather than checking the state...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 18:33:51 +0000 (18:33 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 18:33:51 +0000 (18:33 +0000)
commit9d6b323c57358b91328c1edcbffed427a8e8ab77
tree9d35c36f82b02125b62922f38250f1eaf22f8c5c
parentb2a0b0656920b33727f21e97baa6c95ee689c8f0
Changed to always calling ResourceLoader::intitialize rather than checking the state of ResourceLoader::$initialized - allthough this is slower (extra function call overhead) it centralizes the logic. Premature optimization is evil.
includes/ResourceLoader.php