Fix syntax error.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Aug 2012 15:09:32 +0000 (17:09 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Aug 2012 15:11:36 +0000 (17:11 +0200)
Change-Id: I76904b609dbc11d11d00bc375ae8587a4ef4848c

includes/actions/HistoryAction.php

index 89aca98..c22c04b 100644 (file)
@@ -308,8 +308,7 @@ class HistoryAction extends FormlessAction {
                                $rev->getUserText(),
                                $wgContLang->timeanddate( $rev->getTimestamp() ),
                                $wgContLang->date( $rev->getTimestamp() ),
-                               $wgContLang->time( $rev->getTimestamp() )->inContentLanguage()->text()
-                       );
+                               $wgContLang->time( $rev->getTimestamp() ) )->inContentLanguage()->text();
                } else {
                        $title = $rev->getUserText() .
                        wfMessage( 'colon-separator' )->inContentLanguage()->text() .