From: Matthias Schmidt Date: Fri, 25 Aug 2017 08:39:39 +0000 (+0200) Subject: Fix description of `UserNotification::$timesTriggered` X-Git-Tag: 3.1.0_Alpha_2~9^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=074cf18f9cf147b1561e84a1650d99e95dcbed2b;p=GitHub%2FWoltLab%2FWCF.git Fix description of `UserNotification::$timesTriggered` --- diff --git a/wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php b/wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php index 296c87a44f..7ddab70d03 100644 --- a/wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php +++ b/wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php @@ -18,7 +18,7 @@ use wcf\system\WCF; * @property-read integer $baseObjectID id of a generic base object of object that triggered the user notification or 0 if there is no such base object * @property-read string $eventHash hash of the event the user notification represents, is used to stack notifications * @property-read integer|null $authorID id of the user that triggered the user notification or null if there is no such user or the user was a guest - * @property-read integer $timesTriggered number of times a stacked notification has been triggered by registered users + * @property-read integer $timesTriggered total number of times a stacked notification has been triggered by registered users and guests * @property-read integer $guestTimesTriggered number of times a stacked notification has been triggered by guests * @property-read integer $userID id of the user who recieves the user notification * @property-read integer $time timestamp at which the user notification has been created