hoo added a comment. In https://phabricator.wikimedia.org/T103626#1414548, @Addshore wrote:
> MW_INSTALL_PATH is no longer used anywhere by the extension, so why do we > need to set it? It is: $ grep -r MW_INSTALL_PATH maintenance/UpdateTable.php: $basePath = getenv( "MW_INSTALL_PATH" ) !== false ? getenv( "MW_INSTALL_PATH" ) : __DIR__ . "/../../.."; TASK DETAIL https://phabricator.wikimedia.org/T103626 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore, hoo Cc: Addshore, Krinkle, Aklapper, hoo, Wikidata-bugs, aude, hashar, greg, Malyacko, P.Copp _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
