mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -83,7 +83,7 @@ class TransactionJournal extends Twig_Extension
|
||||
if (null === $result) {
|
||||
return false;
|
||||
}
|
||||
if (\strlen((string)$result) === 0) {
|
||||
if ('' === (string)$result) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user