Update DockerClient.php

- fix incorrect indentation
This commit is contained in:
Christoph
2025-02-13 08:45:18 +01:00
committed by GitHub
parent 4190ec4d71
commit b8f7e2f32f
@@ -392,7 +392,7 @@ class DockerTemplates {
} else if (empty($tmp['template']) || $reload) {
$tmp['template'] = $this->getUserTemplate($name);
if ($reload) $DockerUpdate->updateUserTemplate($name);
if (empty($tmp['updated']) || $reload) {
if (empty($tmp['updated']) || $reload) {
if ($reload) $DockerUpdate->reloadUpdateStatus($image);
$tmp['updated'] = var_export($DockerUpdate->getUpdateStatus($image),true);
}