Add DTD to fix well-formedness errors in HTML5
[lhc/web/wiklou.git] / thumb.php
index bb37e6e..b973cc6 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -55,7 +55,7 @@ function wfThumbMain() {
                        wfThumbError( 404, wfMsg( 'badtitletext' ) );
                        return;
                }
-               $title = Title::makeTitleSafe( NS_IMAGE, $bits[1] );
+               $title = Title::makeTitleSafe( NS_FILE, $bits[1] );
                if( is_null($title) ) {
                        wfThumbError( 404, wfMsg( 'badtitletext' ) );
                        return;