Tamslo has submitted this change and it was merged.

Change subject: Fix maintenance script
......................................................................


Fix maintenance script

Change-Id: Icfb6d2c8060c503e1a9693dfce8d750d06354752
---
M maintenance/UpdateTable.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Tamslo: Verified; Looks good to me, approved



diff --git a/maintenance/UpdateTable.php b/maintenance/UpdateTable.php
index afe4381..423ae16 100755
--- a/maintenance/UpdateTable.php
+++ b/maintenance/UpdateTable.php
@@ -9,7 +9,7 @@
 
 
 // @codeCoverageIgnoreStart
-$basePath = getenv( "MW_INSTALL_PATH" ) !== false ? getenv( "MW_INSTALL_PATH" 
) : __DIR__ . "/../../../../..";
+$basePath = getenv( "MW_INSTALL_PATH" ) !== false ? getenv( "MW_INSTALL_PATH" 
) : __DIR__ . "/../../..";
 require_once $basePath . "/maintenance/Maintenance.php";
 // @codeCoverageIgnoreEnd
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icfb6d2c8060c503e1a9693dfce8d750d06354752
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQualityExternalValidation
Gerrit-Branch: v1
Gerrit-Owner: Tamslo <tamaraslosa...@gmail.com>
Gerrit-Reviewer: Tamslo <tamaraslosa...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to