1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 13:56:23 +02:00
Files
php-flarum/framework
Alexander Skvortsov b8b2941ca6 fix: Ensure user not false in post component
If no information about a relation exists, it will return false, not undefined. Therefore, the nullsafe operator is not enough to avoid issues here.
2022-01-08 18:26:51 -05:00
..