From: Aaron Schulz Date: Tue, 18 Mar 2008 23:14:20 +0000 (+0000) Subject: Pass $time on like it should X-Git-Tag: 1.31.0-rc.0~49005 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=76fecd8d8b839641cf14b6e5d7d11824d8c0ba17;p=lhc%2Fweb%2Fwiklou.git Pass $time on like it should --- diff --git a/includes/Parser.php b/includes/Parser.php index 8b2eb0f8a8..7215ca5967 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -4465,7 +4465,7 @@ class Parser wfRunHooks( 'ParserMakeImageParams', array( $title, $file, &$params ) ); # Linker does the rest - $ret = $sk->makeImageLink2( $title, $file, $params['frame'], $params['handler'] ); + $ret = $sk->makeImageLink2( $title, $file, $params['frame'], $params['handler'], $time ); # Give the handler a chance to modify the parser object if ( $handler ) {