1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 01:31:40 +02:00
Files
php-flarum/framework/core
Toby Zerner 0f3b942c97 Fix crash when sending notification to non-existent user
When renaming a discussion, an attempt is made to send a notification to the discussion's author. However, there is no check to see if the user account still exists - this can lead to a crash. While the check should technically be in the initiating code, it will probably slip through the cracks in other scenarios/extensions, so it's probably best that we safe-guard against this in the NotificationSyncer itself.
2016-02-29 18:48:02 +10:30
..
2016-02-25 22:09:39 -05:00
2015-10-22 12:25:22 +10:30
2016-02-25 22:09:39 -05:00
2016-02-25 22:09:39 -05:00
2015-07-05 21:25:09 +09:30
2016-02-26 13:47:17 +10:30
2016-01-28 08:06:33 +01:00
2015-11-01 16:00:25 +10:30
2016-01-02 07:08:58 +01:00
2015-11-01 16:00:25 +10:30

Flarum Core

This repository contains Flarum's core code. If you want to set up a forum, visit the main Flarum repository.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.