forked from extern/egroupware
Etemplate: Expand VFS path attribute, if present
This commit is contained in:
parent
71d3e3a80c
commit
084d2f7ac7
@ -43,7 +43,7 @@ class Vfs extends File
|
||||
$form_name = self::form_name($cname, $this->id, $expand ? $expand : array('cont'=>self::$request->content));
|
||||
if($this->attrs['path'])
|
||||
{
|
||||
$path = $this->attrs['path'];
|
||||
$path = self::expand_name($this->attrs['path'],$expand['c'], $expand['row'], $expand['c_'], $expand['row_'], $expand['cont']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user