Spage has uploaded a new change for review.

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

Change subject: Fix remoteExtPath to Parsoid module
......................................................................

Fix remoteExtPath to Parsoid module

The remoteExtPath should be 'Parsoid/php/modules'.

Bug: 51245
Change-Id: I411b97050fef7dc7d934b35e8ed9065226b30747
---
M php/Parsoid.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/89/130489/1

diff --git a/php/Parsoid.php b/php/Parsoid.php
index 6a02727..c087dcc 100644
--- a/php/Parsoid.php
+++ b/php/Parsoid.php
@@ -60,7 +60,7 @@
                $wgResourceModules += array(
                        'ext.parsoid.styles' => array(
                                'localBasePath' => __DIR__ . '/modules',
-                               'remoteExtPath' => 'Parsoid/modules',
+                               'remoteExtPath' => 'Parsoid/php/modules',
                                'styles' => 'parsoid.styles.css',
                                'targets' => array( 'desktop', 'mobile' ),
                        ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I411b97050fef7dc7d934b35e8ed9065226b30747
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Spage <sp...@wikimedia.org>

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

Reply via email to