From b6c19d49965caece085e7ee0da9c619b14f19655 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 24 Jan 2007 09:26:41 +0000 Subject: Aktualisierung auf MediaWiki 1.9.1 --- includes/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Image.php') diff --git a/includes/Image.php b/includes/Image.php index 1f3895c6..7a6442c3 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -2271,7 +2271,7 @@ class Image # Check for files uploaded prior to DJVU support activation # They have a '0' in their metadata field. # - if ( $this->metadata == '0' ) { + if ( $this->metadata == '0' || $this->metadata == '' ) { $deja = new DjVuImage( $this->imagePath ); $this->metadata = $deja->retrieveMetaData(); $this->purgeMetadataCache(); -- cgit v1.2.3-54-g00ecf