mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Udjust check data script
This commit is contained in:
parent
9dfa3bc9dd
commit
d398ae2411
@ -97,7 +97,7 @@ class CheckData extends Command
|
||||
$this->checkFailedJobs();
|
||||
}
|
||||
|
||||
$this->checkTranslations();
|
||||
//$this->checkTranslations();
|
||||
$this->logMessage('Done: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||
$errorEmail = env('ERROR_EMAIL');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user