Etemplate: Expand VFS path attribute, if present

This commit is contained in:
nathangray 2019-09-27 13:40:24 -06:00
parent 71d3e3a80c
commit 084d2f7ac7

View File

@ -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
{