mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Lots of cleanup and stuff.
This commit is contained in:
@@ -274,7 +274,7 @@ class FireflyValidator extends Validator
|
||||
$set = $query->get(['piggy_banks.*']);
|
||||
|
||||
foreach ($set as $entry) {
|
||||
$fieldValue = $this->tryDecrypt($entry->name);
|
||||
$fieldValue = $this->tryDecrypt($entry->name);
|
||||
if ($fieldValue == $value) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user