1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 07:11:17 +02:00
Files
php-flarum/framework/core/js
Alexander Skvortsov e335e316af Fix exception in bootExtensions
Frontend extenders exist in a weird state of limbo, where they are technically defined, but aren't used or tested at all. In 114779bcfd, 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.
2021-05-07 12:29:10 -04:00
..
2021-05-07 12:29:10 -04:00
2018-06-20 13:20:31 +09:30
2018-06-20 13:20:31 +09:30
2021-05-06 00:28:22 +01:00