Thiemo Mättig (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395573 )

Change subject: Fix broken path in ExtensionCredits for Wikibase View
......................................................................

Fix broken path in ExtensionCredits for Wikibase View

* The path was actually wrong, intentionally pointing to a file. This
  caused T181977.
* I'm also changing the URL to something that makes more sense.
* I'm also changing the bad description.

Bug: T181977
Change-Id: I2f258ac774110cb45c5ab26dffb360bbbd5f0b8a
---
M view/init.mw.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/73/395573/1

diff --git a/view/init.mw.php b/view/init.mw.php
index cc3e56f..82f9459 100644
--- a/view/init.mw.php
+++ b/view/init.mw.php
@@ -5,13 +5,13 @@
 }
 
 $GLOBALS['wgExtensionCredits']['wikibase'][] = [
-       'path' => __FILE__,
+       'path' => __DIR__,
        'name' => 'Wikibase View',
        'author' => [
                'The Wikidata team',
        ],
-       'url' => 'https://phabricator.wikimedia.org/diffusion/EWBV/',
-       'description' => 'Wikibase View',
+       'url' => 
'https://phabricator.wikimedia.org/diffusion/EWBA/browse/master/view/',
+       'description' => 'View component for the Wikibase Repository',
        'license-name' => 'GPL-2.0+'
 ];
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f258ac774110cb45c5ab26dffb360bbbd5f0b8a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to