diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-04 09:10:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 09:10:33 -0400 |
commit | db7de4d182e68d5ab0b6a1bd0802e0a692214214 (patch) | |
tree | b2bfec554d52f30a0ff33fd35eb33f29d2fd9644 /changelog.d | |
parent | Fix type signature in simple_select_one_onecol and friends (#8241) (diff) | |
download | synapse-db7de4d182e68d5ab0b6a1bd0802e0a692214214.tar.xz |
Fix a regression from calling read_templates. (#8252)
Regressed in #8037.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8252.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8252.feature b/changelog.d/8252.feature new file mode 100644 index 0000000000..7e69b72429 --- /dev/null +++ b/changelog.d/8252.feature @@ -0,0 +1 @@ +Use the default template file when its equivalent is not found in a custom template directory. |