mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
Fix incorrect casing of "ContentHandler" class name
Change-Id: I502c4d2f401f655153976ddce5c3d08e469b050f
This commit is contained in:
parent
20444ef26c
commit
da41c89fb7
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue