default argument
This commit is contained in:
parent
410986abf8
commit
ec377a67c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue