mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Disable logo check
This commit is contained in:
parent
9dcab7683c
commit
39442f48ce
@ -87,7 +87,7 @@ class CheckData extends Command
|
|||||||
$this->checkClientBalances();
|
$this->checkClientBalances();
|
||||||
$this->checkContacts();
|
$this->checkContacts();
|
||||||
$this->checkUserAccounts();
|
$this->checkUserAccounts();
|
||||||
$this->checkLogoFiles();
|
//$this->checkLogoFiles();
|
||||||
|
|
||||||
if (! $this->option('client_id')) {
|
if (! $this->option('client_id')) {
|
||||||
$this->checkOAuth();
|
$this->checkOAuth();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user