mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
More deprecated method call removals and updates
This commit is contained in:
parent
afd392483c
commit
fcb04eeed7
|
@ -310,7 +310,6 @@ class SyntaxHighlight_GeSHi {
|
||||||
*/
|
*/
|
||||||
private static function initialise() {
|
private static function initialise() {
|
||||||
if( !self::$initialised ) {
|
if( !self::$initialised ) {
|
||||||
wfLoadExtensionMessages( 'SyntaxHighlight_GeSHi' );
|
|
||||||
if( !class_exists( 'GeSHi' ) ) {
|
if( !class_exists( 'GeSHi' ) ) {
|
||||||
require( 'geshi/geshi.php' );
|
require( 'geshi/geshi.php' );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue