diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 11:04:42 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-09 11:04:42 +0000 |
| commit | 221e61bcd6659e5eead06a34150a5207a9d3421f (patch) | |
| tree | 9dda38064058b7c2d33a407c730b6ca00799eacf /lib/models/CourseMemberNotification.php | |
| parent | ffabf00faba64ff84a17592250bf695ba79eeff5 (diff) | |
ensure user is actually a member of a course when sending notifications, fixes #2023
Closes #2023
Merge request studip/studip!1317
Diffstat (limited to 'lib/models/CourseMemberNotification.php')
| -rw-r--r-- | lib/models/CourseMemberNotification.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/models/CourseMemberNotification.php b/lib/models/CourseMemberNotification.php index 8436f7d..3a1f072 100644 --- a/lib/models/CourseMemberNotification.php +++ b/lib/models/CourseMemberNotification.php @@ -20,6 +20,8 @@ * @property string chdate database column * @property User user belongs_to User * @property Course course belongs_to Course + * + * @property JSONArrayObject notification_data */ class CourseMemberNotification extends SimpleORMap implements PrivacyObject { |
