Merge "skins: Update .gitignore"
[lhc/web/wiklou.git] / includes / profiler / output / ProfilerOutputDb.php
index ab42802..76d62d2 100644 (file)
@@ -38,7 +38,7 @@ class ProfilerOutputDb extends ProfilerOutput {
                // Initialize per-host profiling from config, back-compat if available
                if ( isset( $this->params['perHost'] ) ) {
                        $this->perHost = $this->params['perHost'];
-               } elseif( $wgProfilePerHost ) {
+               } elseif ( $wgProfilePerHost ) {
                        $this->perHost = $wgProfilePerHost;
                }
        }