update.php: Add a full stop
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 1 Dec 2013 22:23:58 +0000 (23:23 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 1 Dec 2013 22:23:58 +0000 (23:23 +0100)
Change-Id: I64810380cc56e0c63901062b5bd566ab98d591a1

maintenance/update.php

index 6b08480..51bbd6f 100644 (file)
@@ -169,7 +169,7 @@ class UpdateMediaWiki extends Maintenance {
                $time2 = new MWTimestamp();
 
                $this->output( "\nDone.\n" );
-               $this->output( "\nThe job took " . $time2->diff( $time1 )->format( "%i:%S" ) . "\n" );
+               $this->output( "\nThe job took " . $time2->diff( $time1 )->format( "%i:%S" ) . ".\n" );
        }
 
        function afterFinalSetup() {