From: Reedy Date: Sat, 31 Oct 2015 22:57:07 +0000 (+0000) Subject: Improve error message from when vendor files don't exist X-Git-Tag: 1.31.0-rc.0~9154^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=4418fa3aec980129ddb094f0adac16b05204db23;p=lhc%2Fweb%2Fwiklou.git Improve error message from when vendor files don't exist Change-Id: Id1caeb487a4e801bd7f0f5377b6c06c6fc7eebe4 --- diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 233ebf2462..333d04065c 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -180,7 +180,7 @@ HTML; * @param string $mwVersion See wfGenericError */ function wfMissingVendorError( $type, $mwVersion ) { - $shortText = "Installing some external dependencies (e.g. via composer) is also required."; + $shortText = "Installing some external dependencies (e.g. via composer) is required."; $longText = "Error: You are missing some external dependencies. \n" . "MediaWiki now also has some external dependencies that need to be installed\n"