Fix PHP Notice in Special:Version

Follow-up to broken revert Ic724f6fe1b1c

Change-Id: I61d19394997cc3499fa084d1b3dc8a7706a499d1
This commit is contained in:
Niklas Laxström 2014-11-21 09:02:00 +01:00 committed by Reedy
parent d74d667425
commit 5cfbe978e1

View file

@ -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' ),