mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-17 09:48: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
|
public function render(...$data): string
|
||||||
{
|
{
|
||||||
$this->form = $data[0];
|
$this->form = $data[0];
|
||||||
$this->name = $data[1];
|
$this->name = $data[1] ?? 'UNDEFINED';
|
||||||
$this->virtualPath = $data[2] ?? '';
|
$this->virtualPath = $data[2] ?? '';
|
||||||
return parent::render();
|
return parent::render();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user