Hiong3-eng5 has uploaded a new change for review.

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

Change subject: DownloadScriptPath
......................................................................

DownloadScriptPath

Corrections for download script path ( // instead of / ). It is
probably the reason why scripts from Download special page and
install documentation is not working in linux environment.
I will check it out later with a linux environment.

Change-Id: Iab6ec492f3b3c51dda59187bde88cbc4686534c0
---
M OmegaWiki/WikiDataGlobals.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiLexicalData 
refs/changes/48/125548/1

diff --git a/OmegaWiki/WikiDataGlobals.php b/OmegaWiki/WikiDataGlobals.php
index 01830db..e45962d 100644
--- a/OmegaWiki/WikiDataGlobals.php
+++ b/OmegaWiki/WikiDataGlobals.php
@@ -53,7 +53,7 @@
 }
 
 $wgWldOwScriptPath     = $wgWldScriptPath . "OmegaWiki/";
-$wgWldDownloadScriptPath = $IP . "/downloads/";
+$wgWldDownloadScriptPath = $IP . "downloads/";
 $wgWldIncludesScriptPath = $wgWldScriptPath . "includes/";
 $wgWldSpecialsScriptPath = $wgWldIncludesScriptPath . "specials/";
 $wgWldAPIScriptPath      = $wgWldIncludesScriptPath . "api/";

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab6ec492f3b3c51dda59187bde88cbc4686534c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiLexicalData
Gerrit-Branch: master
Gerrit-Owner: Hiong3-eng5 <hiong3.e...@gmail.com>

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

Reply via email to