mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-09 05:58:41 +00:00
show l11n in profile and setup during install
This commit is contained in:
parent
37ac3695c8
commit
9563866507
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user