Tweak error message for missing composer dependencies
It wasn't obvious to me that the mediawiki.org link actually pointed to specific instructions for resolving the error, as opposed to just telling the user to search on mediawiki.org. Try to make this a bit more obvious. Change-Id: Id9a6cf9ee2520db9d405e17eaf34b10bd72897f3
This commit is contained in:
parent
a7803df401
commit
0f4a775659
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ if ( !interface_exists( LoggerInterface::class ) ) {
|
|||
"library</a> to be present. This library is not embedded directly in MediaWiki's " .
|
||||
"git repository and must be installed separately by the end user.\n\n" .
|
||||
'Please see <a href="https://www.mediawiki.org/wiki/Download_from_Git' .
|
||||
'#Fetch_external_libraries">mediawiki.org</a> for help on installing ' .
|
||||
'#Fetch_external_libraries">this page on mediawiki.org</a> for help on installing ' .
|
||||
'the required components.'
|
||||
);
|
||||
echo $message;
|
||||
|
|
|
|||
Loading…
Reference in a new issue