Paladox has uploaded a new change for review.

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

Change subject: Test: DO NOT MERGE
......................................................................

Test: DO NOT MERGE

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WebPlatformAuth 
refs/changes/88/246688/1

diff --git a/WebPlatformAuth.php b/WebPlatformAuth.php
index 3c8033b..caed520 100644
--- a/WebPlatformAuth.php
+++ b/WebPlatformAuth.php
@@ -23,7 +23,7 @@
 $dir = dirname(__FILE__) . '/';
 
 if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
-  $loader = require( __DIR__ . '/vendor/autoload.php' );
+  $loader = require_once( __DIR__ . '/vendor/autoload.php' );
   $loader->add( 'Guzzle\\', $dir . '/vendor/guzzlehttp/guzzle/src/Guzzle/' );
 } else {
   die('You MUST install Composer dependencies');

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f1839fe7715c8b9a0a1e18f186b666b29d378e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WebPlatformAuth
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to