fix: [meta-template:update] Typo in variable name
parent
c2e9fd3b75
commit
dbf18da087
|
@ -11,7 +11,7 @@ if ($updateStatus['up-to-date']) {
|
||||||
'dismissible' => false,
|
'dismissible' => false,
|
||||||
]);
|
]);
|
||||||
$modalType = 'ok-only';
|
$modalType = 'ok-only';
|
||||||
} else if (empty($updateStatus['templateOnDisk'])) {
|
} else if (empty($templateOnDisk)) {
|
||||||
$diskTemplateError = $templateStatus['error'] ?? __('Unknown');
|
$diskTemplateError = $templateStatus['error'] ?? __('Unknown');
|
||||||
$bodyHtml .= $this->Bootstrap->alert([
|
$bodyHtml .= $this->Bootstrap->alert([
|
||||||
'variant' => 'danger',
|
'variant' => 'danger',
|
||||||
|
|
Loading…
Reference in New Issue