mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Update curl error label
This commit is contained in:
parent
74a8e36e30
commit
8a07aa6d90
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class InstallHandler extends LegacyHandler
|
|||
if (is_array($result['errors'])) {
|
||||
foreach ($result['errors'] as $error) {
|
||||
if (in_array($error, $modStrings)) {
|
||||
$warnings[] = "Check Failed:" . $error . " Please refer to the logs/install.log";
|
||||
$warnings[] = "One or More Failed Checks: " . $error . " Please refer to the logs/install.log";
|
||||
}
|
||||
}
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue