fix Dotclear minimum version check
This commit is contained in:
parent
b9dc114ca6
commit
c587f6048a
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue