Merge "Addition of a parser test for page= parameter of image inclusion"
[lhc/web/wiklou.git] / maintenance / cdb.php
index 4590611..86c686b 100644 (file)
@@ -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";