From d2548db6d9f63c5a68e31ef99cf2e2666d00ae6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luciana=20Nu=C3=B1ez?= Date: Thu, 22 Sep 2022 17:13:45 -0400 Subject: [PATCH] PMCORE-3994 --- workflow/engine/methods/appFolder/appFolderAjax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow/engine/methods/appFolder/appFolderAjax.php b/workflow/engine/methods/appFolder/appFolderAjax.php index 46e71cc92..ad1b83e93 100644 --- a/workflow/engine/methods/appFolder/appFolderAjax.php +++ b/workflow/engine/methods/appFolder/appFolderAjax.php @@ -203,6 +203,8 @@ function expandNode() $limit = 1000000; } + $start = $_POST['start'] ?? 0; + $totalItems = 0; $totalFolders = 0; $totalDocuments = 0;