mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add audit trail messages to several controllers.
This commit is contained in:
@@ -62,7 +62,7 @@ class UpdateRequest implements GithubRequest
|
||||
$releaseXml = new SimpleXMLElement($res->getBody()->getContents(), LIBXML_NOCDATA);
|
||||
} catch (RuntimeException $e) {
|
||||
Log::error(sprintf('Could not get body from github updat result: %s', $e->getMessage()));
|
||||
$releaseXml = new SimpleXMLElement('');
|
||||
throw new FireflyException(sprintf('Could not get body from github updat result: %s', $e->getMessage()));
|
||||
}
|
||||
|
||||
//fetch the products for each category
|
||||
|
Reference in New Issue
Block a user