Fix regression introduced by doing data URL embedding early causing file dependencies...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Oct 2010 19:59:10 +0000 (19:59 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Oct 2010 19:59:10 +0000 (19:59 +0000)
commit1fb4cc1f13f393aa8e832db15758c27d570878af
tree2ec87443bfc5e353c641da01601b56dfea8b26ca
parent26ac06bdca59993b50f822ab569de5158474cc1c
Fix regression introduced by doing data URL embedding early causing file dependencies for CSS not to be registered: the data URL embedding had modified the URL to the point where getLocalFileReferences() doesn't recognize it anymore. This is a quick&dirty fix registering dependencies in $this->fileDeps just before each remap() call
includes/resourceloader/ResourceLoaderFileModule.php