X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=a06d72100f2c346a152cb414d8a509d0871145ce;hp=b181628bd510e8fc78c259118684b864c7fe4364;hb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;hpb=ea433039510bf7f57147cfd84b1b4e460e094433 diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index b181628bd5..a06d72100f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2021,7 +2021,7 @@ function wfSuppressWarnings( $end = false ) { * Restore error level to previous value */ function wfRestoreWarnings() { - MediaWiki\suppressWarnings( true ); + MediaWiki\restoreWarnings(); } /**