ver. 0.285: Tpl → Shared\Tpl namespace, CurlServer removal, thumb.php fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@ class ScontainersController
|
||||
'Dodaj kontener'
|
||||
);
|
||||
|
||||
return \Tpl::view('scontainers/containers-list', [
|
||||
return \Shared\Tpl\Tpl::view('scontainers/containers-list', [
|
||||
'viewModel' => $viewModel,
|
||||
]);
|
||||
}
|
||||
@@ -144,7 +144,7 @@ class ScontainersController
|
||||
unset($_SESSION['form_errors'][$this->formId()]);
|
||||
}
|
||||
|
||||
return \Tpl::view('scontainers/container-edit', [
|
||||
return \Shared\Tpl\Tpl::view('scontainers/container-edit', [
|
||||
'form' => $this->buildFormViewModel($container, $languages, $validationErrors),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user