mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for non existent systemhealth setting
This commit is contained in:
parent
25a298f754
commit
b7b49441f6
@ -90,6 +90,9 @@ class SystemHealth
|
||||
private static function checkCurrencySanity()
|
||||
{
|
||||
|
||||
if(!self::simpleDbCheck())
|
||||
return true;
|
||||
|
||||
if(strlen(config('ninja.currency_converter_api_key')) == 0){
|
||||
|
||||
$cs = DB::table('clients')
|
||||
|
Loading…
x
Reference in New Issue
Block a user