Index: trunk/phase3/includes/ForkController.php |
— | — | @@ -117,8 +117,9 @@ |
118 | 118 | |
119 | 119 | protected function prepareEnvironment() { |
120 | 120 | global $wgMemc; |
121 | | - // Don't share DB or memcached connections |
| 121 | + // Don't share DB, storage, or memcached connections |
122 | 122 | wfGetLBFactory()->destroyInstance(); |
| 123 | + FileBackendGroup::destroySingleton(); |
123 | 124 | ObjectCache::clear(); |
124 | 125 | $wgMemc = null; |
125 | 126 | } |