Merge "Perform a permission check on the title when changing the page language"
[lhc/web/wiklou.git] / includes / cache / localisation / LCStoreDB.php
index 52611ec..c57145c 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 use Wikimedia\Rdbms\IDatabase;
+use Wikimedia\Rdbms\DBQueryError;
 
 /**
  * LCStore implementation which uses the standard DB functions to store data.