From: Alexandre Emsenhuber Date: Wed, 16 Apr 2008 20:51:13 +0000 (+0000) Subject: Remove usage of deprecated function, thanks to Siebrand for reporting it. X-Git-Tag: 1.31.0-rc.0~48254 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=7142b8658650213e41af2cc4e060032338ebc5e0;p=lhc%2Fweb%2Fwiklou.git Remove usage of deprecated function, thanks to Siebrand for reporting it. --- diff --git a/includes/Skin.php b/includes/Skin.php index 5e324bba4e..f08cff04f1 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -267,7 +267,7 @@ class Skin extends Linker { $out->out( $this->bottomScripts() ); - $out->out( $out->reportTime() ); + $out->out( wfReportTime() ); $out->out( "\n" ); wfProfileOut( __METHOD__ );