Tobias Gritschacher has uploaded a new change for review.

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


Change subject: Fix path for value parser resources
......................................................................

Fix path for value parser resources

Change-Id: I1bc30d78ff314217dce99515235616eeb6367466
---
M DataValuesCommon/js/ValueParsers.resources.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DataValues 
refs/changes/40/82840/1

diff --git a/DataValuesCommon/js/ValueParsers.resources.php 
b/DataValuesCommon/js/ValueParsers.resources.php
index d841711..2b71b7c 100644
--- a/DataValuesCommon/js/ValueParsers.resources.php
+++ b/DataValuesCommon/js/ValueParsers.resources.php
@@ -17,7 +17,7 @@
 return call_user_func( function() {
 
        $moduleTemplate = array(
-               'localBasePath' => __DIR__ . '/js/src/ValueParsers',
+               'localBasePath' => __DIR__ . '/src/ValueParsers',
                'remoteExtPath' =>  
'DataValues/DataValuesCommon/js/src/ValueParsers',
        );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bc30d78ff314217dce99515235616eeb6367466
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: mw1.22-wmf16
Gerrit-Owner: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>

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

Reply via email to