Merge "Add pp_propname_page index to page_props"
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index fd7b48b..6a2d50f 100644 (file)
@@ -330,7 +330,7 @@ class MysqlUpdater extends DatabaseUpdater {
                }
 
                if( $this->applyPatch( 'patch-fix-il_from.sql', false, "Fixing ancient broken imagelinks table." ) ) {
-                       $this->output("NOTE: you will have to run maintenance/refreshLinks.php after this." );
+                       $this->output( "NOTE: you will have to run maintenance/refreshLinks.php after this." );
                }
        }