From 6cf69d85f597c9a541408cd8635cc72a7384437a Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 2 Jul 2006 21:55:17 +0000 Subject: [PATCH] narf --- includes/ImageFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1