From: Tim Starling Date: Tue, 6 Jun 2006 23:16:32 +0000 (+0000) Subject: default argument X-Git-Tag: 1.31.0-rc.0~56858 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=ec377a67c46da32e2a537bd34ddfb44eaec13f42;p=lhc%2Fweb%2Fwiklou.git default argument --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 30782408c0..a94ed8aa59 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -403,7 +403,7 @@ function wfMsgNoDBForContent( $key ) { * @return $useDB Boolean * @return String: the requested message. */ -function wfMsgReal( $key, $args, $useDB, $forContent=false, $transform = true ) { +function wfMsgReal( $key, $args, $useDB = true, $forContent=false, $transform = true ) { $fname = 'wfMsgReal'; $message = wfMsgGetKey( $key, $useDB, $forContent, $transform );