Switch IRC to Discord link in database validation (#9209)

This commit is contained in:
TheGreatDoc
2018-09-15 11:16:45 +02:00
committed by Neil Lathwood
parent 4bd1f6711a
commit ee85264772

View File

@ -194,7 +194,7 @@ class Database extends BaseValidation
if (empty($schema_update)) {
$validator->ok('Database schema correct');
} else {
$result = ValidationResult::fail("We have detected that your database schema may be wrong, please report the following to us on IRC or the community site (https://t.libren.ms/5gscd):")
$result = ValidationResult::fail("We have detected that your database schema may be wrong, please report the following to us on Discord (https://t.libren.ms/discord) or the community site (https://t.libren.ms/5gscd):")
->setFix('Run the following SQL statements to fix.')
->setList('SQL Statements', $schema_update);
$validator->result($result);