mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #7609
This commit is contained in:
@@ -247,7 +247,7 @@ class SearchRuleEngine implements RuleEngineInterface
|
||||
$str = sprintf('%s%d', $str, $transaction['transaction_journal_id']);
|
||||
}
|
||||
$key = sprintf('%d%s', $group['id'], $str);
|
||||
Log::debug(sprintf('Return key: %s ', $key));
|
||||
//Log::debug(sprintf('Return key: %s ', $key));
|
||||
|
||||
return $key;
|
||||
}
|
||||
|
Reference in New Issue
Block a user