From: Gabriel Wicke Date: Mon, 12 Apr 2004 22:31:43 +0000 (+0000) Subject: forgot the media class... X-Git-Tag: 1.3.0beta1~444 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=abc0789154eada2db30a089f9607594aa4c86cc9;p=lhc%2Fweb%2Fwiklou.git forgot the media class... --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 43f57ddaf1..5d687dafce 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -41,7 +41,7 @@ class ImagePage extends Article { $s = "getVal( 'image' )."\" />"; } else { - $s = "".$sk->makeMediaLink($name,"").""; + $s = "".$sk->makeMediaLink($name,"").""; } $wgOut->addHTML( $s ); }