mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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
|
else
|
||||||
{
|
{
|
||||||
$path = $this->id;
|
$path = $form_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->setElementAttribute($form_name, 'path', $path);
|
$this->setElementAttribute($form_name, 'path', $path);
|
||||||
|
Loading…
Reference in New Issue
Block a user