Bump RL filter version to 4 to keep it in sync with the cluster. WMF-centrism, I...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 23 Mar 2011 17:45:00 +0000 (17:45 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 23 Mar 2011 17:45:00 +0000 (17:45 +0000)
includes/resourceloader/ResourceLoader.php

index 86883ed..d0f6f6b 100644 (file)
@@ -29,7 +29,7 @@
 class ResourceLoader {
 
        /* Protected Static Members */
-       protected static $filterCacheVersion = 2;
+       protected static $filterCacheVersion = 4;
 
        /** Array: List of module name/ResourceLoaderModule object pairs */
        protected $modules = array();