diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 30782408c0e..a94ed8aa591 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 );