mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed a bug where tags would be recreated instead of "found".
This commit is contained in:
parent
32528094ad
commit
31114a2ca5
@ -64,7 +64,7 @@ class Tag extends Model
|
|||||||
// everything but the tag:
|
// everything but the tag:
|
||||||
unset($fields['tagMode']);
|
unset($fields['tagMode']);
|
||||||
$search = $fields;
|
$search = $fields;
|
||||||
unset($search['name']);
|
unset($search['tag']);
|
||||||
|
|
||||||
$query = Tag::orderBy('id');
|
$query = Tag::orderBy('id');
|
||||||
foreach ($search as $name => $value) {
|
foreach ($search as $name => $value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user