duplicate error

This commit is contained in:
Jb Lm 2022-03-31 14:54:14 +02:00
parent 0ca295070d
commit 6c109acdbe
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ $f3->route('POST /organize',
$f3->route('GET /signature/@hash/pdf',
function($f3) {
$targetDir = $f3->get('STORAGE').$f3->get('PARAMS.hash');
$files = array_diff(scandir($targetDir), array('..', '.'));;
$files = array_diff(scandir($targetDir), array('..', '.'));
$original = null;
$originalFilename = null;
$layers = [];