objectcache: fix DatabaseSqlite::initSqliteDatabase() call location
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 18 Sep 2019 02:22:51 +0000 (19:22 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 18 Sep 2019 02:23:44 +0000 (19:23 -0700)
commit990e9268e3f59ebebce2b933654672e591844e13
treecd8c0843dc9ebdf46d2c9efcd6d97a729abca7d9
parent260a734173bcc6b414aafb92de559505fe47bafc
objectcache: fix DatabaseSqlite::initSqliteDatabase() call location

This should be called in the non-LB cause (e.g. custom DBs).

Follow-up mishandled merge conflict in 3298a9db9021.

Bug: T233117
Change-Id: I71a5c28db05a3c294e5c244037be2ee0209d61ad
includes/objectcache/SqlBagOStuff.php