From 96d0a8e13b3b6d7d055e7d4b7d5abf724c02056d Mon Sep 17 00:00:00 2001 From: Daniel Kinzler Date: Thu, 29 Mar 2012 13:15:12 +0000 Subject: [PATCH] reminder --- includes/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ContentHandler.php b/includes/ContentHandler.php index 0f7aa41edf..91ebeb4aaa 100644 --- a/includes/ContentHandler.php +++ b/includes/ContentHandler.php @@ -527,7 +527,7 @@ class WikitextContentHandler extends TextContentHandler { class JavaScriptContentHandler extends TextContentHandler { public function __construct( $modelName = CONTENT_MODEL_WIKITEXT ) { - parent::__construct( $modelName, array( 'text/javascript' ) ); + parent::__construct( $modelName, array( 'text/javascript' ) ); #XXX: or use $wgJsMimeType? this is for internal storage, not HTTP... } public function unserialize( $text, $format = null ) { -- 2.20.1