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