Fix incorrect casing of "ContentHandler" class name

Change-Id: I502c4d2f401f655153976ddce5c3d08e469b050f
This commit is contained in:
Kunal Mehta 2014-09-14 21:50:20 -07:00
parent 20444ef26c
commit da41c89fb7

View file

@ -256,7 +256,7 @@ class SyntaxHighlight_GeSHi {
} }
// Hope that $wgSyntaxHighlightModels does not contain silly types. // Hope that $wgSyntaxHighlightModels does not contain silly types.
$text = Contenthandler::getContentText( $content ); $text = ContentHandler::getContentText( $content );
if ( $text === null || $text === false ) { if ( $text === null || $text === false ) {
// Oops! Non-text content? Let MediaWiki handle this. // Oops! Non-text content? Let MediaWiki handle this.