Use LinkCache::singleton()->clear() instead of using a local variable so that I can...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 21 Dec 2011 18:46:39 +0000 (18:46 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 21 Dec 2011 18:46:39 +0000 (18:46 +0000)
commit705c7d395186312dda98f36c68198f51817d66ed
tree87bc50f3d820176e30c8a84a322b171a29ba2286
parent65ec3ce01e84b1422338c4bc9336bec89d65460a
Use LinkCache::singleton()->clear() instead of using a local variable so that I can see what LinkCache::singleton() will be used for directly in grep
maintenance/cleanupTitles.php
tests/phpunit/includes/search/SearchEngineTest.php