Merge "mediawiki.searchSuggest: Show full article title as a tooltip for each suggestion"
[lhc/web/wiklou.git] / includes / profiler / ProfilerSimpleDB.php
index e35eec1..38a6436 100644 (file)
@@ -26,7 +26,7 @@
  *
  * @ingroup Profiler
  */
-class ProfilerSimpleDB extends Profiler {
+class ProfilerSimpleDB extends ProfilerStandard {
        protected function collateOnly() {
                return true;
        }
@@ -105,6 +105,7 @@ class ProfilerSimpleDB extends Profiler {
                        if ( $useTrx ) {
                                $dbw->commit();
                        }
-               } catch ( DBError $e ) {}
+               } catch ( DBError $e ) {
+               }
        }
 }