From: Rob Church Date: Sun, 2 Jul 2006 21:55:17 +0000 (+0000) Subject: narf X-Git-Tag: 1.31.0-rc.0~56457 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=6cf69d85f597c9a541408cd8635cc72a7384437a;p=lhc%2Fweb%2Fwiklou.git narf --- diff --git a/includes/ImageFunctions.php b/includes/ImageFunctions.php index 691d7c9699..8c8fafbcdb 100644 --- a/includes/ImageFunctions.php +++ b/includes/ImageFunctions.php @@ -219,7 +219,7 @@ function wfIsBadImage( $name ) { static $titleList = false; wfProfileIn( __METHOD__ ); $bad = false; - if( wfRunHooks( 'BadImage', array( $name, &$bad ) ) { + if( wfRunHooks( 'BadImage', array( $name, &$bad ) ) ) { if( !$titleList ) { # Build the list now $titleList = array();