Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/139789
Change subject: Rename one more occurrence of HighlightGeSHilocal ...................................................................... Rename one more occurrence of HighlightGeSHilocal Change-Id: Ie173b17db586491455b3182d227f73ba21859323 Follows-Up: I018c1a4ea290ec914f7605d402c297d0c6fe113f --- M SyntaxHighlight_GeSHi.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SyntaxHighlight_GeSHi refs/changes/89/139789/1 diff --git a/SyntaxHighlight_GeSHi.php b/SyntaxHighlight_GeSHi.php index 8bbe97a..a179e3b 100644 --- a/SyntaxHighlight_GeSHi.php +++ b/SyntaxHighlight_GeSHi.php @@ -68,7 +68,7 @@ //} // Module to load MediaWiki:Geshi.css. -$wgResourceModules['ext.geshi.local'] = array( 'class' => 'HighlightGeSHilocal' ); +$wgResourceModules['ext.geshi.local'] = array( 'class' => 'ResourceLoaderGeSHiLocalModule' ); // More modules are defined by SyntaxHighlight_GeSHi::resourceLoaderRegisterModules, // one for each supported language. The general name template is 'ext.geshi.language.<lang>'. -- To view, visit https://gerrit.wikimedia.org/r/139789 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie173b17db586491455b3182d227f73ba21859323 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SyntaxHighlight_GeSHi Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
