Index: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | class ResourceLoader { |
31 | 31 | |
32 | 32 | /* Protected Static Members */ |
33 | | - protected static $filterCacheVersion = 4; |
| 33 | + protected static $filterCacheVersion = 5; |
34 | 34 | |
35 | 35 | /** Array: List of module name/ResourceLoaderModule object pairs */ |
36 | 36 | protected $modules = array(); |
Property changes on: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
37 | 37 | Merged /trunk/phase3/includes/resourceloader/ResourceLoader.php:r93678 |