mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix sprintf error #893
This commit is contained in:
@@ -214,7 +214,7 @@ class ImportStorage
|
||||
{
|
||||
Log::debug('Check if is a double transfer.');
|
||||
if ($parameters['type'] !== TransactionType::TRANSFER) {
|
||||
Log::debug(sprintf('Is a %s, not a transfer so no.' . $parameters['type']));
|
||||
Log::debug(sprintf('Is a %s, not a transfer so no.', $parameters['type']));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user