GWicke has uploaded a new change for review.

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

Change subject: Update Parsoid extension require path
......................................................................

Update Parsoid extension require path

The Parsoid extension currently provides a symlink from /Parsoid.php to
/php/Parsoid.php. This patch changes the require to use the symlink instead of
the actual PHP file.

This is in preparation for https://gerrit.wikimedia.org/r/#/c/156169/ landing,
which will move the entire extension code to the root of the parsoid extension
directory, and replace the symlink with the actual file.

Change-Id: I6b66bd6dd7be6fe41119325a946f22fa069eae2e
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/77/157177/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 06ee65b..589239e 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1908,7 +1908,7 @@
 }
 
 if ( $wmgUseParsoid ) {
-       require_once( "$IP/extensions/Parsoid/php/Parsoid.php" );
+       require_once( "$IP/extensions/Parsoid/Parsoid.php" );
 
        $wmgParsoidURL = 'http://10.2.2.29'; // parsoidcache.svc.eqiad.wmnet
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b66bd6dd7be6fe41119325a946f22fa069eae2e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: GWicke <[email protected]>

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

Reply via email to