diff --git a/app/Utilities/Versions.php b/app/Utilities/Versions.php index 831d820e2..a400f80af 100644 --- a/app/Utilities/Versions.php +++ b/app/Utilities/Versions.php @@ -88,7 +88,7 @@ class Versions $url = 'core/version/' . $info['akaunting'] . '/' . $info['php'] . '/' . $info['mysql'] . '/' . $info['companies']; } catch (\Exception $e) { // Handle exception - report($info, 'Error fetching core version'); + report('Error fetching core version: ( $info = ' . json_encode($info) . ')' . $e->getMessage()); return $versions; }