some bugfixes
This commit is contained in:
@@ -42,7 +42,12 @@ abstract class View extends StaticView {
|
||||
}
|
||||
|
||||
// Virtual Methods
|
||||
public function loadView() { }
|
||||
public function loadView(): void {
|
||||
$language = $this->getContext()->getLanguage();
|
||||
foreach ($this->langModules as $module) {
|
||||
$language->loadModule($module);
|
||||
}
|
||||
}
|
||||
|
||||
public function getCode(): string {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user