* (bug 11264) The file logo on a file description page for documents (PDF, ...) now...
[lhc/web/wiklou.git] / includes / ImagePage.php
index 7a0605f..3ff18dc 100644 (file)
@@ -443,7 +443,7 @@ class ImagePage extends Article {
                                        $icon= $this->displayImg->iconThumb();
 
                                        $wgOut->addHTML( '<div class="fullImageLink" id="file">' .
-                                       $icon->toHtml( array( 'desc-link' => true ) ) .
+                                       $icon->toHtml( array( 'file-link' => true ) ) .
                                        "</div>\n" );
                                }