mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Fix #2553
This commit is contained in:
@@ -107,9 +107,6 @@ class AccountValidator
|
||||
return false;
|
||||
}
|
||||
|
||||
// whatever happens, source cannot equal destination:
|
||||
|
||||
|
||||
switch ($this->transactionType) {
|
||||
default:
|
||||
$this->destError = sprintf('AccountValidator::validateDestination cannot handle "%s", so it will always return false.', $this->transactionType);
|
||||
|
||||
Reference in New Issue
Block a user