mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 05:14:37 -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()
|
private static function checkCurrencySanity()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(!self::simpleDbCheck())
|
||||||
|
return true;
|
||||||
|
|
||||||
if(strlen(config('ninja.currency_converter_api_key')) == 0){
|
if(strlen(config('ninja.currency_converter_api_key')) == 0){
|
||||||
|
|
||||||
$cs = DB::table('clients')
|
$cs = DB::table('clients')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user