From: Tim Starling Date: Tue, 16 Sep 2008 05:21:10 +0000 (+0000) Subject: Revert revert r40717 of my formatting change r40416. X-Git-Tag: 1.31.0-rc.0~45275 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=709b9afcc2a2ed0507b7ad8b81ec4954cd579e9e;p=lhc%2Fweb%2Fwiklou.git Revert revert r40717 of my formatting change r40416. --- diff --git a/includes/LogPage.php b/includes/LogPage.php index 2b821e9f4f..00f2422ade 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -155,7 +155,9 @@ class LogPage { * @static * @return HTML string */ - static function actionText( $type, $action, $title=NULL, $skin=NULL, $params=array(), $filterWikilinks=false ) { + static function actionText( $type, $action, $title = NULL, $skin = NULL, + $params = array(), $filterWikilinks = false ) + { global $wgLang, $wgContLang, $wgLogActions, $wgMessageCache; $wgMessageCache->loadAllMessages();