diff --git a/includes/ContainmentSet.php b/includes/ContainmentSet.php index b9ccfdb5b..2bc9fcf93 100644 --- a/includes/ContainmentSet.php +++ b/includes/ContainmentSet.php @@ -13,7 +13,7 @@ use WANObjectCache; * from multiple sources like global variables, wiki pages, etc. * * Initialize: - * $cache = ObjectCache::getLocalClusterInstance(); + * $cache = ObjectCacheFactory::getLocalClusterInstance(); * $set = new ContainmentSet; * $set->addArray( $wgSomeGlobalParameter ); * $set->addOnWiki( NS_USER, 'Foo/bar-baz', $cache, 'some_user_specific_cache_key' );