mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Fix PHP Notice in Special:Version
Follow-up to broken revert Ic724f6fe1b1c Change-Id: I61d19394997cc3499fa084d1b3dc8a7706a499d1
This commit is contained in:
parent
d74d667425
commit
5cfbe978e1
|
@ -42,7 +42,7 @@ if ( version_compare( $wgVersion, '1.24', '<' ) ) {
|
|||
|
||||
include_once __DIR__ . '/SyntaxHighlight_GeSHi.langs.php';
|
||||
|
||||
$wgExtensionCredits['parserhook'][] = array(
|
||||
$wgExtensionCredits['parserhook']['SyntaxHighlight_GeSHi'] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'SyntaxHighlight',
|
||||
'author' => array( 'Brion Vibber', 'Tim Starling', 'Rob Church', 'Niklas Laxström' ),
|
||||
|
|
Loading…
Reference in a new issue