Allow guests to view the reactions for an user
authorJoshua Rüsweg <ruesweg@woltlab.com>
Fri, 21 Jun 2019 16:49:40 +0000 (18:49 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Fri, 21 Jun 2019 16:49:50 +0000 (18:49 +0200)
See #2508

wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php

index b6b946fa84a0e492c65a745f0dd103202c6ed66b..6a46847b1729568dbdc6f65b9b2b3f406d7798f3 100644 (file)
@@ -40,7 +40,7 @@ class ReactionAction extends AbstractDatabaseObjectAction {
        /**
         * @inheritDoc
         */
-       protected $allowGuestAccess = ['getReactionDetails'];
+       protected $allowGuestAccess = ['getReactionDetails', 'load'];
        
        /**
         * @inheritDoc