Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontend extenders exist in a weird state of limbo, where they are technically defined, but aren't used or tested at all. In da5db71, we shifted from passing `extension.extend` to `flattenDeep` to calling `flat` on `extension.extend`. If an extension doesn't define extenders (as is the case for most extensions), the change breaks the forum. All we do here is add a null check.
- Loading branch information