update version check exception message
This commit is contained in:
parent
9f66fed1ec
commit
71b5ebcd32
|
|
@ -88,7 +88,7 @@ class Versions
|
||||||
$url = 'core/version/' . $info['akaunting'] . '/' . $info['php'] . '/' . $info['mysql'] . '/' . $info['companies'];
|
$url = 'core/version/' . $info['akaunting'] . '/' . $info['php'] . '/' . $info['mysql'] . '/' . $info['companies'];
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// Handle exception
|
// Handle exception
|
||||||
report($info, 'Error fetching core version');
|
report('Error fetching core version: ( $info = ' . json_encode($info) . ')' . $e->getMessage());
|
||||||
|
|
||||||
return $versions;
|
return $versions;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue