diff options
Diffstat (limited to 'includes/Image.php')
-rw-r--r-- | includes/Image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Image.php b/includes/Image.php index a22ae0a0b171..ae28c721628f 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 ); |