diff --git a/api/src/Etemplate/Widget/Vfs.php b/api/src/Etemplate/Widget/Vfs.php index 593b061217..e4c5402f3e 100644 --- a/api/src/Etemplate/Widget/Vfs.php +++ b/api/src/Etemplate/Widget/Vfs.php @@ -47,7 +47,7 @@ class Vfs extends File } else { - $path = $this->id; + $path = $form_name; } $this->setElementAttribute($form_name, 'path', $path);