Allowing guests to sort attachments
authorAlexander Ebert <ebert@woltlab.com>
Thu, 22 May 2014 18:20:28 +0000 (20:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 22 May 2014 18:20:28 +0000 (20:20 +0200)
wcfsetup/install/files/lib/data/attachment/AttachmentAction.class.php

index b5b5e4842203ad76cf82feff5f4a973055ea8c1d..dfd7b8de3087d6fe26f6d48f4490315e74834283 100644 (file)
@@ -28,7 +28,7 @@ class AttachmentAction extends AbstractDatabaseObjectAction {
        /**
         * @see \wcf\data\AbstractDatabaseObjectAction::$allowGuestAccess
         */
-       protected $allowGuestAccess = array('delete', 'upload');
+       protected $allowGuestAccess = array('delete', 'updatePosition', 'upload');
        
        /**
         * @see \wcf\data\AbstractDatabaseObjectAction::$className