fix Dotclear minimum version check

master
Jean-Christian Paul Denis 2021-09-17 18:44:17 +02:00
parent b9dc114ca6
commit c587f6048a
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ class ImproveActionGitshields extends ImproveAction
break; break;
} }
} }
} elseif (!empty($this->module['dc_min'])) {
$version = $this->module['dc_min'];
} }
return $version ?: $this->core->getVersion('core'); return $version ?: $this->core->getVersion('core');
} }