Remove unnecessary check against $wgAllowUserCss in ResourceLoaderUserModule that...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 8 Dec 2010 20:10:11 +0000 (20:10 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 8 Dec 2010 20:10:11 +0000 (20:10 +0000)
commit94c7c847d00ac7f3f4863b6121d757d5b99eaf3b
treec80f5a05e4bd9695edda49383637c94b7fc28f5a
parentea6a849b1ff9640d2d923bbbf6bfaf1a2c407851
Remove unnecessary check against $wgAllowUserCss in ResourceLoaderUserModule that was used to trigger JS as well as CSS, breaking installs where user JS is allowed but user CSS is not. Callers already check for the relevant $wgAllow* variables before including this module.
includes/resourceloader/ResourceLoaderUserModule.php