From: Matthias Schmidt Date: Mon, 25 Jan 2021 14:53:14 +0000 (+0100) Subject: Stop using `TLegacyUserPropertyAccess` X-Git-Tag: 5.4.0_Alpha_1~379 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5d60ef91d94944b0c2510802db200f7818ed4bc4;p=GitHub%2FWoltLab%2FWCF.git Stop using `TLegacyUserPropertyAccess` See #3880 --- diff --git a/wcfsetup/install/files/lib/data/comment/ViewableComment.class.php b/wcfsetup/install/files/lib/data/comment/ViewableComment.class.php index 6289bdcc92..a7ec8a6e65 100644 --- a/wcfsetup/install/files/lib/data/comment/ViewableComment.class.php +++ b/wcfsetup/install/files/lib/data/comment/ViewableComment.class.php @@ -3,7 +3,6 @@ namespace wcf\data\comment; use wcf\data\DatabaseObjectDecorator; -use wcf\data\TLegacyUserPropertyAccess; use wcf\data\user\UserProfile; use wcf\system\cache\runtime\UserProfileRuntimeCache; @@ -20,8 +19,6 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache; */ class ViewableComment extends DatabaseObjectDecorator { - use TLegacyUserPropertyAccess; - /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php b/wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php index 31f5999b82..7e97cf3130 100644 --- a/wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php @@ -3,7 +3,6 @@ namespace wcf\data\comment\response; use wcf\data\DatabaseObjectDecorator; -use wcf\data\TLegacyUserPropertyAccess; use wcf\data\user\UserProfile; use wcf\system\cache\runtime\UserProfileRuntimeCache; @@ -20,8 +19,6 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache; */ class ViewableCommentResponse extends DatabaseObjectDecorator { - use TLegacyUserPropertyAccess; - /** * @inheritDoc */