Wikia code/includes/RawPage.php

From mediawiki.org

This change was made in this revision: http://dev.wikia.com/wiki/Special:Code/Wikia_Trunk/20578

--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\RawPage.php	2011-07-18 22:31:28.214843800 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\RawPage.php	2011-08-17 15:28:46.575195300 +0100
@@ -34,6 +34,8 @@
 		}
 
 		$ctype = $this->mRequest->getVal( 'ctype' );
+		$this->ctype = strtolower($ctype);
+		
 		$smaxage = $this->mRequest->getIntOrNull( 'smaxage' );
 		$maxage = $this->mRequest->getInt( 'maxage', $wgSquidMaxage );