X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsqlite.inc;h=e17319087b435d997375bbd15bf298b9cff9f587;hb=4f21e6be661f7305abc223bb31600970a3fb5326;hp=5c0fd07fbb92aaa7164f8b3dba6e0b36ffa5bfbb;hpb=48d433b102e636644d833e408ba028880f90f62a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc index 5c0fd07fbb..e17319087b 100644 --- a/maintenance/sqlite.inc +++ b/maintenance/sqlite.inc @@ -59,7 +59,7 @@ class Sqlite { 'blob', // NULL type is omitted intentionally ) ); - $db = new DatabaseSqliteStandalone( ':memory:' ); + $db = DatabaseSqlite::newStandaloneInstance( ':memory:' ); try { foreach ( $files as $file ) { $err = $db->sourceFile( $file );