Amire80 has uploaded a new change for review.

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

Change subject: Remove a slash from the end of default 
$wgContentTranslationSiteTemplates['cx']
......................................................................

Remove a slash from the end of default $wgContentTranslationSiteTemplates['cx']

This URL should be without a slash in the end,
because the slash is added in run time where needed.

Change-Id: I56795673310d5e8e749ded9a714d01e2038b78cf
---
M ContentTranslation.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/41/180141/1

diff --git a/ContentTranslation.php b/ContentTranslation.php
index 1c1bd59..20dd765 100644
--- a/ContentTranslation.php
+++ b/ContentTranslation.php
@@ -131,7 +131,7 @@
 $GLOBALS['wgContentTranslationSiteTemplates'] = array(
        'view' => '//$1.wikipedia.org/wiki/$2',
        'api' => '//$1.wikipedia.org/w/api.php',
-       'cx' => 'http://localhost:8080/',
+       'cx' => 'http://localhost:8080',
 );
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56795673310d5e8e749ded9a714d01e2038b78cf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

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

Reply via email to