mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Use expanded form name to look up path from widget ID
This commit is contained in:
parent
be556fc1d7
commit
eeab4ebe31
@ -47,7 +47,7 @@ class Vfs extends File
|
||||
}
|
||||
else
|
||||
{
|
||||
$path = $this->id;
|
||||
$path = $form_name;
|
||||
}
|
||||
|
||||
$this->setElementAttribute($form_name, 'path', $path);
|
||||
|
Loading…
Reference in New Issue
Block a user