From ec377a67c46da32e2a537bd34ddfb44eaec13f42 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 6 Jun 2006 23:16:32 +0000 Subject: [PATCH] default argument --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1