X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fcdb.php;h=86c686b4124a7a6d92134b28ad267cd766024520;hb=25505f7839cf91dd8c7f3cc6f98f8f7de78e3abe;hp=459061189675a52327370f5f03e7622fa83df4fb;hpb=93131fcd385cdae84ecb7ccb6faa1c7340214211;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";