Skip to content

Commit

Permalink
- tenant folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-schutte committed Aug 8, 2023
1 parent 24573fb commit 5d3f0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/workflows/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

if ($requestedResource == 'templateInfo'){
$tenantFolder = '/home/noxorg/public_ftp/incoming/' . $tenant . '/';
$tenantFolder = '/home/noxorg/public_ftp/incoming/' . $tenant . '/templates';
} else {
$tenantFolder = '/home/noxorg/public_ftp/incoming/' . $tenant . '/' . $requestedResource;
}
Expand Down

0 comments on commit 5d3f0b7

Please sign in to comment.