From 5d19b3a2e961394534e11ebc500418ed1044cdcd Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Thu, 21 Nov 2019 10:41:05 +0100 Subject: [PATCH] fix: [ACL] added missing function --- app/Controller/Component/ACLComponent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controller/Component/ACLComponent.php b/app/Controller/Component/ACLComponent.php index a31250c30..094937317 100644 --- a/app/Controller/Component/ACLComponent.php +++ b/app/Controller/Component/ACLComponent.php @@ -360,6 +360,7 @@ class ACLComponent extends Component 'cache' => array(), 'changePriority' => array(), 'checkout' => array(), + 'clearWorkerQueue' => array(), 'createSync' => array('perm_sync'), 'delete' => array(), 'deleteFile' => array(), @@ -403,7 +404,7 @@ class ACLComponent extends Component 'updateProgress' => array(), 'updateSubmodule' => array(), 'uploadFile' => array(), - 'clearWorkerQueue' => array() + 'viewDeprecatedFunctionUse' => array() ), 'shadowAttributes' => array( 'accept' => array('perm_add'),