From: Roan Kattouw Date: Fri, 24 Sep 2010 18:16:59 +0000 (+0000) Subject: Fix r73645: also do negative caching X-Git-Tag: 1.31.0-rc.0~34808 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=0d39615e6a44438289b28940ddc44a0d79ea5cc1;p=lhc%2Fweb%2Fwiklou.git Fix r73645: also do negative caching --- diff --git a/includes/ResourceLoaderModule.php b/includes/ResourceLoaderModule.php index ae4f586924..5a47b97d04 100644 --- a/includes/ResourceLoaderModule.php +++ b/includes/ResourceLoaderModule.php @@ -161,7 +161,7 @@ abstract class ResourceLoaderModule { if ( !is_null( $deps ) ) { return $this->fileDeps[$skin] = (array) FormatJson::decode( $deps, true ); } - return array(); + return $this->fileDeps[$skin] = array(); } /**