Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/175695

Change subject: Fix undefined 'name'
......................................................................

Fix undefined 'name'

Change-Id: I087437ec2280aa6708b56cc300f8a2786b2382af
Task: T75867
---
M SyntaxHighlight_GeSHi.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SyntaxHighlight_GeSHi 
refs/changes/95/175695/1

diff --git a/SyntaxHighlight_GeSHi.php b/SyntaxHighlight_GeSHi.php
index 7b0ef4b..32e2235 100644
--- a/SyntaxHighlight_GeSHi.php
+++ b/SyntaxHighlight_GeSHi.php
@@ -42,7 +42,7 @@
 
 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' ),

-- 
To view, visit https://gerrit.wikimedia.org/r/175695
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I087437ec2280aa6708b56cc300f8a2786b2382af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SyntaxHighlight_GeSHi
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to