Merge "Index ResourceLoader dependency lists in startup"
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index a5540db..c34d09e 100644 (file)
@@ -1073,7 +1073,7 @@ abstract class DatabaseUpdater {
                        $out = $wgProfiler['output'];
                        if ( $out === 'db' ) {
                                $profileToDb = true;
-                       } elseif( is_array( $out ) && in_array( 'db', $out ) ) {
+                       } elseif ( is_array( $out ) && in_array( 'db', $out ) ) {
                                $profileToDb = true;
                        }
                }