Bugfix exportvorlage

This commit is contained in:
Xenomporio 2022-05-26 21:53:23 +02:00
parent cd647bd6ba
commit 4806da4e5b

View File

@ -21,7 +21,7 @@ class WidgetExportvorlage extends WidgetGenExportvorlage
{
//$table->Query("SELECT nummer,beschreibung, id FROM exportvorlage");
$table = new EasyTable($this->app);
$this->app->Tpl->Set(INHALT,"");
$this->app->Tpl->Set('INHALT',"");
$this->app->YUI->TableSearch($this->parsetarget,"exportvorlage");
}