fixing problem with previous commit if no aliases are registered
This commit is contained in:
parent
c80b495546
commit
2dabb914c0
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ account_t * journal_t::expand_aliases(string name) {
|
|||
keep_expanding = false;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
keep_expanding = false;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue