From: Siebrand Mazeland Date: Sat, 18 Aug 2012 15:09:32 +0000 (+0200) Subject: Fix syntax error. X-Git-Tag: 1.31.0-rc.0~22693 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=08ba7a001dd0ba2afcea62ffb87f327e5f55470d;p=lhc%2Fweb%2Fwiklou.git Fix syntax error. Change-Id: I76904b609dbc11d11d00bc375ae8587a4ef4848c --- diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 89aca98695..c22c04bab7 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -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() .