"fixed wrong template-name in export, if name contains variables"

This commit is contained in:
Ralf Becker 2009-02-25 15:55:53 +00:00
parent a80c2f92c8
commit 684ad891b8

View File

@ -270,7 +270,6 @@
{
$this->add_etempl($templ,$embeded_too);
}
$cell['name'] = $templ->name;
unset($templ);
}
break;