X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=blobdiff_plain;f=includes%2Fcache%2Flocalisation%2FLCStoreDB.php;h=c57145c04d8611be5ba269ba3c8cff78bcac44f5;hb=18fcb2bf29eca1ad0c15aafaa3b4bf4b1c8a3355;hp=e7e2d10308f8d94433acb0fec0634b833237786d;hpb=f6c8b955bd6103e3084ec609902e68599cf11f23;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/localisation/LCStoreDB.php b/includes/cache/localisation/LCStoreDB.php index e7e2d10308..c57145c04d 100644 --- a/includes/cache/localisation/LCStoreDB.php +++ b/includes/cache/localisation/LCStoreDB.php @@ -18,6 +18,9 @@ * @file */ +use Wikimedia\Rdbms\IDatabase; +use Wikimedia\Rdbms\DBQueryError; + /** * LCStore implementation which uses the standard DB functions to store data. * This will work on any MediaWiki installation.