X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fsqlite.inc;h=f14856a5b21bafd904e3ea9d700baca11d90b1ba;hp=117e9cc4b0af02c213a05d9a2693199356ee34a5;hb=6c9a2923fe1ee3a65cb027be5e781772f2b12fbd;hpb=0a873ed202207e3ab14e6ff372d7c0e9e0c95ea5 diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc index 117e9cc4b0..f14856a5b2 100644 --- a/maintenance/sqlite.inc +++ b/maintenance/sqlite.inc @@ -48,7 +48,7 @@ class Sqlite { * @return bool True if no error or error string in case of errors */ public static function checkSqlSyntax( $files ) { - if ( !Sqlite::isPresent() ) { + if ( !self::isPresent() ) { throw new MWException( "Can't check SQL syntax: SQLite not found" ); } if ( !is_array( $files ) ) {