X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fcdb.php;h=86c686b4124a7a6d92134b28ad267cd766024520;hb=8c34c8ed5e3f581b0d507aa7a4a90ac776aa9a87;hp=459061189675a52327370f5f03e7622fa83df4fb;hpb=5974804aee5bfc01ea6b49de8537df960035c0ce;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cdb.php b/maintenance/cdb.php index 4590611896..86c686b412 100644 --- a/maintenance/cdb.php +++ b/maintenance/cdb.php @@ -77,7 +77,8 @@ do { print "Loading cdb file $file..."; try { $fileHandle = CdbReader::open( $file ); - } catch ( CdbException $e ) {} + } catch ( CdbException $e ) { + } if ( !$fileHandle ) { print "not a cdb file or unable to read it\n";