mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix sprintf error #893
This commit is contained in:
parent
81da87287e
commit
6770b8396a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user