Followup to r72349: fix database error caused by update.php indirectly (via Localisat...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 4 Sep 2010 07:54:55 +0000 (07:54 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 4 Sep 2010 07:54:55 +0000 (07:54 +0000)
commitea8b855c2ee90df4e34f5daa84da6590391d4a83
treeb8914d72313480e3e128581dea02b8e6333efb1a
parentd9e6d84035e78ae37f2193f88302f4d4b8d73e97
Followup to r72349: fix database error caused by update.php indirectly (via LocalisationCache::recache() and MessageBlobStore::clear()) trying to clear out the msg_resource table before it's even created it.
includes/LocalisationCache.php