Merge "Add jquery.accessKeyLabel javascript module"
[lhc/web/wiklou.git] / maintenance / storage / resolveStubs.php
index 4ac5a98..dff5cb8 100644 (file)
@@ -77,6 +77,7 @@ function resolveStub( $id, $stubText, $flags ) {
 
        if ( strtolower( get_class( $stub ) ) !== 'historyblobstub' ) {
                print "Error found object of class " . get_class( $stub ) . ", expecting historyblobstub\n";
+
                return;
        }