From 90ae95ee43b39f68d7ec593df9f0e2403c4278e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 15 May 2005 14:03:13 +0000 Subject: [PATCH] * Using new icons in the /common/images/icons/ directory --- includes/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Image.php b/includes/Image.php index a22ae0a0b1..ae28c72162 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -637,7 +637,7 @@ class Image $try = array( 'fileicon-' . $this->extension . '.png', 'fileicon.png' ); foreach( $try as $icon ) { - $path = '/common/images/' . $icon; + $path = '/common/images/icons/' . $icon; $filepath = $wgStyleDirectory . $path; if( file_exists( $filepath ) ) { return new ThumbnailImage( $wgStylePath . $path, 120, 120 ); -- 2.20.1