show l11n in profile and setup during install

This commit is contained in:
Dennis Eichhorn 2020-02-08 22:32:20 +01:00
parent 37ac3695c8
commit 9563866507

View File

@ -51,7 +51,7 @@ class BaseView extends View
public function render(...$data): string
{
$this->form = $data[0];
$this->name = $data[1];
$this->name = $data[1] ?? 'UNDEFINED';
$this->virtualPath = $data[2] ?? '';
return parent::render();
}