Skip to content

Commit 46ab608

Browse files
committed
MC-5953: Investigation of async operation based on export
1 parent 08a43f5 commit 46ab608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/utils/export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if (!empty($_POST['token']) && !empty($_POST['template'])) {
99
if (authenticate(urldecode($_POST['token']))) {
10-
$varDir = '../../../../var/export';
10+
$varDir = '../../../../var/export/';
1111
$template = urldecode($_POST['template']);
1212
$fileList = scandir($varDir, SCANDIR_SORT_NONE);
1313
$files = [];

0 commit comments

Comments
 (0)