From 5cf9b8ae99a213eeab7a5a59ffe1052982a8f74e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 3 Mar 2017 15:00:45 +0100 Subject: [PATCH] Fixed comment loading for guests See #2223 --- wcfsetup/install/files/lib/data/comment/CommentAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php index df7ef31aaf..4928ae4a2a 100644 --- a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php +++ b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php @@ -44,7 +44,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli /** * @inheritDoc */ - protected $allowGuestAccess = ['addComment', 'addResponse', 'loadComments', 'getGuestDialog']; + protected $allowGuestAccess = ['addComment', 'addResponse', 'loadComment', 'loadComments', 'getGuestDialog']; /** * captcha object type used for comments -- 2.20.1